Package com.atlassian.confluence.macro
Annotation 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
Optional Elements
-
Element Details
-
value
boolean value- Returns:
- true if the macro is async render safe, false otherwise
- Default:
- true
-