javax.inject
Annotation Type Named


@Qualifier
@Documented
@Retention(value=RUNTIME)
public @interface Named

Indicates the name of the webbeans component.

If there is no Named annotation for the given webbeans component, its name is null.


Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.