com.gitlab.spacetrucker.modularspringcontexts.module.ModularSpringContextsConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of modular-spring-contexts Show documentation
Show all versions of modular-spring-contexts Show documentation
Small utility library to allow modular definitions of Spring ApplicationContexts.
package com.gitlab.spacetrucker.modularspringcontexts.module;
public final class ModularSpringContextsConstants {
public static final String EXPORTED_META_ATTRIBUTE = "exported";
private ModularSpringContextsConstants() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy