Package org.hibernate.validator.internal
Annotation Type IgnoreForbiddenApisErrors
@Retention(CLASS)
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,ANNOTATION_TYPE,PACKAGE,TYPE_PARAMETER,TYPE_USE})
public @interface IgnoreForbiddenApisErrors
Annotation used to ignore forbidden apis errors.
-
Required Element Summary
Required Elements
-
Element Details
-
reason
String reason- Returns:
- the message that describes why the forbidden apis errors should be ignored
-