Annotation Type 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
      java.lang.String name
      Taken to be the referenced-bean-name.
    • Element Detail

      • name

        java.lang.String name

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

        Default:
        ""