javax.faces.model
Annotation Type CustomScoped
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface CustomScoped
When this annotation, along with ManagedBean
is found on a class, the runtime must act as if a
<managed-bean-scope<VALUE<managed-bean-scope>
element was declared for the corresponding managed bean, where VALUE
is the value of the value()
attribute, which must be an EL
expression that evaluates to a String
.
- Since:
- 2.0
value
public abstract String value
- Default:
- ""
Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.