Package org.jeasy.props.annotations
Annotation Type JNDIProperty
-
@Retention(RUNTIME) @Target(FIELD) public @interface JNDIProperty
This annotation injects a property from a JNDI context in the annotated field.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefaultValueThe default value to set in case the key does not exist or cannot be loaded.booleanfailFastFlag to fail the configuration process if the key is absentintorderInjection order regarding other annotations.
-