@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface ParameterGroup
Essentially declares an OptionGroup.
Use of this annotation is not required unless the group needs to be set as a required group.
| Modifier and Type | Required Element and Description |
|---|---|
String |
groupId
The key / identifier of the group this annotation defines.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
required
If the option group is required.
|
public abstract String groupId
Parameter.groupId() values.)Copyright © 2007–2017 Mark A. Ziesemer. All rights reserved.