Annotation Interface Constraint
Indicates that an annotation type can be used for parameter validation. When implementing custom validators, the
annotation type must be annotated with this annotation.
- See Also:
-
Required Element Summary
-
Element Details
-
value
Class<?>[] valueReturns an array of all types this annotation can be used for.- Returns:
- an array of all types this annotation can be used for
-