Annotation Type IsSafeHtml
-
@Target({PARAMETER,METHOD,FIELD,LOCAL_VARIABLE}) public @interface IsSafeHtml
A type annotation that represents values that are safe to use in a HTML context.The annotated type
@IsSafeHtml String
and the typeSafeHtml
are semantically equivalent.