Package org.seedstack.seed
Annotation Type Configuration
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface Configuration
This annotation marks fields which will be automatically valued by SeedStack, using application configuration.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleaninjectDefaultbooleanmandatoryString[]value
-
-
-
Element Detail
-
value
String[] value
- Returns:
- the configuration property name.
- Default:
- {}
-
-