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 typeSafeUri
are semantically equivalent.
public @interface IsSafeUri
The annotated type @IsSafeUri String
and the type SafeUri
are semantically
equivalent.