Annotation Type EmptyIfOtherHasValue.List
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented public static @interface EmptyIfOtherHasValue.List
Defines several@MustBeEmptyIfOtherHasValueannotations on the same element.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EmptyIfOtherHasValue[]valuemust be empty if other has the given value.
-
-
-
Element Detail
-
value
EmptyIfOtherHasValue[] value
must be empty if other has the given value.- Returns:
- value
-
-