com.atlassian.confluence.macro
Annotation Type AsyncRenderSafe


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AsyncRenderSafe

Used to annotate a macro that is safe to be rendered asynchronously on a page without requiring a page refresh

Since:
5.6

Optional Element Summary
 boolean value
           
 

value

public abstract boolean value
Returns:
true if the macro is async render safe, false otherwise
Default:
true


Copyright © 2003-2014 Atlassian. All Rights Reserved.