Class NamedImpl

java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<javax.inject.Named>
org.glassfish.hk2.utilities.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.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization
      See Also:
    • name

      private final String name
  • Constructor Details

    • NamedImpl

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