Package javax.inject

Annotation Type Named


  • @Qualifier
    @Documented
    @Retention(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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""