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