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