javax.webbeans
Annotation Type Named


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Named

Specifies the name of a Web Bean.

Author:
Gavin King, Pete Muir

Optional Element Summary
 java.lang.String value
          If no name is explicitly specified, the default name is used.
 

value

public abstract java.lang.String value
If no name is explicitly specified, the default name is used.

Returns:
the component name
Default:
""


Copyright © 2008. All Rights Reserved.