Annotation Type IsSafeUri
public @interface IsSafeUri
A type annotation that represents values that are safe to use in a URI context.
The annotated type @IsSafeUri String
and the type SafeUri
are semantically
equivalent.