Annotation Type 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 value  
    • Element Detail

      • value

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