All Classes
-
All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary Class Description AbstractAnnotationProcessor<A extends Annotation> Base class forAnnotationProcessorimplementations providing common methods.AnnotationProcessingException Exception thrown when an error occurs during the processing of an annotation.AnnotationProcessor<T extends Annotation> Annotation processor interface.DBProperty This annotation can be declared on a field in which a property should be injected from a database.DBPropertyAnnotationProcessor An annotation processor that loads properties from a database.EnvironmentVariable This annotation can be declared on a field in which an environment variable should be injected.EnvironmentVariableAnnotationProcessor An annotation processor that loads properties from environment variables.HotReload Annotation to mark an object for hot configuration reloading.I18NProperty This annotation can be declared on a field in which a property should be injected from a resource bundle.I18NPropertyAnnotationProcessor An annotation processor that loads properties from I18N resource bundles.JNDIProperty This annotation injects a property from a JNDI context in the annotated field.JNDIPropertyAnnotationProcessor An annotation processor that loads properties from a JNDI context.Manageable Annotation to mark an object as manageable via JMX.ManifestProperty This annotation injects a header from aMETA-INF/MANIFEST.MFfile in the annotated field.ManifestPropertyAnnotationProcessor An annotation processor that loads a header value fromMETA-INF/MANIFEST.MFfile.MavenProperty This annotation injects a property from a maven properties file in the annotated field.MavenPropertyAnnotationProcessor An annotation processor that loads all properties fromMETA-INF/maven/groupId/artifactId/pom.properties.Properties This annotation can be declared on a field of typePropertiesin which all properties from a given properties file should be injected.PropertiesAnnotationProcessor An annotation processor that loads all properties from a properties file.PropertiesInjector Interface for java properties injector.PropertiesInjectorBuilder A builder to createPropertiesInjectorinstances.Property This annotation can be declared on a field in which a property should be injected from a properties file.PropertyAnnotationProcessor An annotation processor that loads properties from properties files.PropertyInjectionException Exception thrown when an error occurs during the injection of a property in a given field.SystemProperty This annotation can be declared on a field in which a system property should be injected.SystemPropertyAnnotationProcessor An annotation processor that loads properties from system properties.TypeConversionException Exception to signal a type conversion error.TypeConverter<S,T> Interface for type conversion.