Annotation Interface MaxDataSize
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Documented
@Constraint(validatedBy=MaxDataSizeValidator.class)
public @interface MaxDataSize
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements