Package com.ben12.reta.constraints
Annotation Interface NotNullElement
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
@Constraint(validatedBy=NotNullElementValidator.class)
public @interface NotNullElement
- Author:
- BenoƮt Moreau (ben.12)
-
Optional Element Summary
Optional Elements