Package javax.faces.bean
Annotation Interface ReferencedBean
Deprecated.
The referenced-bean concept was used for a design time promise
which however did not achieve widespread adoption. There is no direct
replacement for this other than using the XML variant in faces-config.xml.
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
-
Element Details
-
name
String nameDeprecated.Taken to be the
referenced-bean-name
. See class documentation forManagedBean
for details.- Returns:
- the referenced bean name.
- Default:
- ""
-