Annotation Interface 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
    The name of the custom bean.
  • Element Details

    • value

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