@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface CanSatisfyOneOf
OneOf requirements
or can co-exist with that requirement.
If this annotation is present then HasDefaultValue is not required.OneOf| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The choice group id.
|