See: Description
| Class | Description |
|---|---|
| AbstractAnnotationProcessor<A extends Annotation> |
Base class for
AnnotationProcessor implementations 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 from
META-INF/MANIFEST.MF file. |
| MavenPropertyAnnotationProcessor |
An annotation processor that loads all properties from
META-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.
|
Copyright © 2020. All rights reserved.