Annotation Interface Size
@Constraint(validatedBy=SizeValidator.class)
@Target(PARAMETER)
@Retention(RUNTIME)
public @interface Size
Size constraints
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
min
long minMinimum value. -
max
long maxMaximum value. -
key
String keyUnique key that represents the constraints in the application.
-
-