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