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