-
@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.- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows to disable validation rule if validation inherited from super class.
-