Package org.jeasy.props.annotations
Annotation Type SystemProperty
-
@Retention(RUNTIME) @Target(FIELD) public @interface SystemProperty
This annotation can be declared on a field in which a system property should be injected.- 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 system property does not exist or cannot be loaded.booleanfailFastFlag to fail the configuration process if the system property is absentintorderInjection order regarding other annotations.
-