Annotation Type CheckParameter
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Constraint(validatedBy=ParameterValidator.class) @Documented public @interface CheckParameter
JAVAX validation compliant annotation. Currently unused.- Author:
- nilshoffmann