@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy=UriTypeValidator.class) public @interface UriType
| Modifier and Type | Required Element and Description |
|---|---|
UriTypeValidator.ProtocolType |
protocolType |
public abstract UriTypeValidator.ProtocolType protocolType
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
Copyright © 2009–2017 CodeLibs. All rights reserved.