@Retention(value=CLASS)
@Target(value=TYPE)
@Inherited
@Deprecated
public @interface ReferencedBean
The presence of this annotation on a class is equivalent to the referenced-bean element in the application configuration resources.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
Deprecated.
Taken to be the |
public abstract java.lang.String name
Taken to be the referenced-bean-name
. See class documentation for ManagedBean
for details.