Package org.jeasy.props.processors
This package contains built-in annotation processors.
-
Class Summary Class Description AbstractAnnotationProcessor<A extends Annotation> Base class forAnnotationProcessorimplementations providing common methods.DBPropertyAnnotationProcessor An annotation processor that loads properties from a database.EnvironmentVariableAnnotationProcessor An annotation processor that loads properties from environment variables.I18NPropertyAnnotationProcessor An annotation processor that loads properties from I18N resource bundles.JNDIPropertyAnnotationProcessor An annotation processor that loads properties from a JNDI context.ManifestPropertyAnnotationProcessor An annotation processor that loads a header value fromMETA-INF/MANIFEST.MFfile.MavenPropertyAnnotationProcessor An annotation processor that loads all properties fromMETA-INF/maven/groupId/artifactId/pom.properties.PropertiesAnnotationProcessor An annotation processor that loads all properties from a properties file.PropertyAnnotationProcessor An annotation processor that loads properties from properties files.SystemPropertyAnnotationProcessor An annotation processor that loads properties from system properties.