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