Annotation Interface RequiredUri
@Documented
@NotNull
@Constraint(validatedBy=RequiredUriValidator.class)
@Target({METHOD,FIELD})
@Retention(RUNTIME)
public @interface RequiredUri
Validates that a URI is present and that it's
ASCII representation
does not exceed
size()
characters in length- Since:
- 4.7
- See Also:
-
Optional Element Summary