Package javax.faces.bean
Annotation Type ReferencedBean
-
@Retention(CLASS) @Target(TYPE) @Inherited public @interface ReferencedBeanThe 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.StringnameTaken to be thereferenced-bean-name.
-
-
-
Element Detail
-
name
java.lang.String name
Taken to be the
referenced-bean-name. See class documentation forManagedBeanfor details.- Default:
- ""
-
-