This is a DRAFT specification.

javax.inject
Annotation Type Named


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

String-based qualifier.


Optional Element Summary
 java.lang.String value
          The name.
 

value

public abstract java.lang.String value
The name.

Default:
""

This is a DRAFT specification.