Annotation Interface ReferencedBean


@Retention(CLASS) @Target(TYPE) @Inherited public @interface ReferencedBean

The presence of this annotation on a class is equivalent to the referenced-bean element in the application configuration resources.

Since:
2.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Taken to be the referenced-bean-name.
  • Element Details

    • name

      String name

      Taken to be the referenced-bean-name. See class documentation for ManagedBean for details.

      Default:
      ""