Annotation Type EmptyIfOtherHasValue.List
- Enclosing class:
- EmptyIfOtherHasValue
@Target({TYPE,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public static @interface EmptyIfOtherHasValue.List
Defines several
@MustBeEmptyIfOtherHasValue annotations on the same element.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionmust be empty if other has the given value.
-
Element Details
-
value
EmptyIfOtherHasValue[] valuemust be empty if other has the given value.- Returns:
- value
-