Annotation Type HtmlSafe
-
@Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface HtmlSafe
Deprecated.since 6.5. UseHtmlSafe
instead.Declares that this method returns an object that does not require encoding if it is printed to a HTML document via itsObject.toString()
method