Annotation Interface NotTargetKeyword
@Target({METHOD,FIELD})
@Retention(RUNTIME)
@Constraint(validatedBy=NotTargetKeywordValidator.class)
public @interface NotTargetKeyword
NotTargetKeyword constraint to verify a name attribute is not a reserved word like 'domain'.
- Author:
- Joe Di Pol
-
Optional Element Summary
Optional Elements