-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=URIConstraintValidator.class) @SelfDocumented @ReadMore(caption="What is URI?", link="https://en.wikipedia.org/wiki/Uniform_Resource_Identifier") public @interface URI
The annotated element must be a validURIaddress.- Since:
- 0.1
- Author:
- nedis
- See Also:
URLEncoded,Base64URLEncoded,URI,URIConstraintValidator
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows disabling the validation rule if this rule is inherited from super class.
-