@Documented @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(value=RUNTIME) @Constraint(validatedBy={TelephoneValidator.class,TelephoneCollectionValidator.class,TelephoneArrayValidator.class}) public @interface Telephone
Copyright © 2025 fossc. All rights reserved.