@Documented @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Constraint(validatedBy={LengthRangeValidator.class,LengthRangeArrayValidator.class,LengthRangeCollectionValidator.class}) public @interface LengthRange
Copyright © 2025 fossc. All rights reserved.