Annotation Type Constraint
-
@Retention(RUNTIME) @Target(FIELD) @Repeatable(Constraints.class) public @interface Constraint
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Constraint>
clazz
-
-
-
Element Detail
-
clazz
Class<? extends Constraint> clazz
-
-
-
arg
String arg
- Default:
- ""
-
-
-
msg
String msg
- Default:
- ""
-
-
-
resourceMsg
String resourceMsg
- Default:
- ""
-
-