Package org.jeasy.props.annotations
Annotation Type Properties
-
@Retention(RUNTIME) @Target(FIELD) public @interface Properties
This annotation can be declared on a field of typePropertiesin which all properties from a given properties file should be injected.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdefaultValueThe default properties file to load in case the specified properties file does not exist or cannot be loaded.booleanfailFastFlag to fail the configuration process if the properties file is absent or cannot be loaded.intorderInjection order regarding other annotations.
-