Annotation Type CustomManagedBean


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface CustomManagedBean

    Runtime annotation used to mark custom beans.

    Since:
    1.1
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        The name of the custom bean. Used to reference this bean from the frontend.
        Since:
        1.1