@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Constraint(validatedBy=CellphoneValidator.class) @Repeatable(value=Cellphone.List.class) public @interface Cellphone
public abstract boolean notNull
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.