Package org.codelibs.fess.validation
Annotation Type UriType
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Documented @Constraint(validatedBy=UriTypeValidator.class) public @interface UriType
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description UriTypeValidator.ProtocolTypeprotocolType
-
-
-
Element Detail
-
protocolType
UriTypeValidator.ProtocolType protocolType
-
-