Class NamedImpl

  • All Implemented Interfaces:
    Annotation

    public class NamedImpl
    extends AnnotationLiteral<javax.inject.Named>
    implements javax.inject.Named
    This is an implementation of the Named annotation.
    Author:
    jwells
    See Also:
    Serialized Form
    • Constructor Detail

      • NamedImpl

        public NamedImpl​(String name)
        Creates a Named annotation with the given name
        Parameters:
        name - The non-null name to give the annotation