Annotation Type XorNotNull
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy=XorNotNullValidator.class) @Documented public @interface XorNotNullThe annotated element defined attributes values meet the XOR operator (one and only one a time is not null).
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringfirstFieldNamejava.lang.StringsecondFieldName
-