Package org.jeasy.props.annotations
This package contains built-in annotations.
-
Annotation Types Summary Annotation Type Description DBProperty This annotation can be declared on a field in which a property should be injected from a database.EnvironmentVariable This annotation can be declared on a field in which an environment variable should be injected.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.JNDIProperty This annotation injects a property from a JNDI context in the annotated field.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.MavenProperty This annotation injects a property from a maven properties file in the annotated field.Properties This annotation can be declared on a field of typePropertiesin which all properties from a given properties file should be injected.Property This annotation can be declared on a field in which a property should be injected from a properties file.SystemProperty This annotation can be declared on a field in which a system property should be injected.