@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Constraint(validatedBy=PathComponent.ConstraintValidatorImpl.class) @Documented public @interface PathComponent
public static final Pattern PATH_COMPONENT_PATTERN
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2021. All rights reserved.