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