Annotation Interface DTManagedBean


@Retention(RUNTIME) @Target(TYPE) public @interface DTManagedBean
When this annotation, along with ManagedBean is found on a class, the the additional design-time metadata is loaded for Designer.
Since:
9.6
  • Element Details

    • displayName

      String displayName
      Friendly display name for the managed bean
      Default:
      ""
    • description

      String description
      Description of the managed bean
      Default:
      ""
    • beanType

      BeanType beanType
      The type of bean
      Default:
      DEFAULT