|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ConfigurationGroup
Specifies a grouping of configuration properties.
There are two ways of adding configuration properties to a ConfigurationGroup:
propertyOrder().BooleanProperty.configGroup(), DoubleProperty.configGroup(),
IntegerProperty.configGroup(), or
StringProperty.configGroup() annotation parameter on the
configuration property field.
BooleanProperty.configGroup(),
DoubleProperty.configGroup(),
IntegerProperty.configGroup(),
StringProperty.configGroup()| Optional Element Summary | |
|---|---|
String |
groupName
The name of the ConfigurationGroup. |
String[] |
propertyOrder
An ordered list of configuration properties in the ConfigurationGroup. |
public abstract String groupName
ConfigurationGroupOrder.
public abstract String[] propertyOrder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||