Annotation Interface AsyncRenderSafe


@Inherited @Retention(RUNTIME) @Target(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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

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