@Documented
@Retention(RUNTIME)
@Target(TYPE)
@API(status=STABLE,
since="1.0")
public @interface ConfigurationOptions
Sets the configuration preferences for the
Configurable class.- Since:
- 0.1
- Version:
- 2.0, 2019-07
- Author:
- (w) Iker Hernaez
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSets if the class properties that implementConfigurableshould be configured automatically.booleanSets if the class properties should be configured automatically.
-
Element Details
-
configureProperties
boolean configurePropertiesSets if the class properties should be configured automatically.- Returns:
trueif the class properties should be configured automatically.
- Default:
- true
-
configureNestedBeans
boolean configureNestedBeansSets if the class properties that implementConfigurableshould be configured automatically.- Returns:
trueif the class properties that implementConfigurableshould be configured automatically.
- Default:
- false
-