com.atlassian.templaterenderer.annotations
Annotation Type HtmlSafe


Deprecated. use com.atlassian.velocity.htmlsafe.HtmlSafe instead

@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface HtmlSafe

Declares that this method returns an object that does not require encoding if it is printed to a HTML document via its Object.toString() method



Copyright © 2012 Atlassian. All Rights Reserved.