@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedBean
Modifier and Type | Optional Element and Description |
---|---|
Ciąg znaków |
value
The name of the Managed Bean.
|
public abstract String value
In the application namespace:
java:app/<module-name>/<bean-name>
In the module namespace of the module containing the Managed Bean:
java:module/<bean-name>
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.