com.atlassian.confluence.velocity.htmlsafe
Annotation Type HtmlSafe


@Retention(value=RUNTIME)
@Target(value=METHOD)
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 © 2003-2011 Atlassian. All Rights Reserved.