Annotation Type MaxCommon
-
@Documented @Constraint(validatedBy={}) @SupportedValidationTarget(ANNOTATED_ELEMENT) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Repeatable(List.class) @Max(9223372036854775807L) @ReportAsSingleViolation public @interface MaxCommon