javax.faces.bean
Annotation Type ReferencedBean


@Retention(value=CLASS)
@Target(value=TYPE)
@Inherited
public @interface ReferencedBean

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
 String name
          

Taken to be the referenced-bean-name.

 

name

public abstract String name

Taken to be the referenced-bean-name. See class documentation for ManagedBean for details.

Default:
""


Copyright © 2002-2009 Sun Microsystems, Inc. All Rights Reserved.