Class NamedImpl

java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<jakarta.inject.Named>
org.glassfish.hk2.utilities.NamedImpl
All Implemented Interfaces:
Annotation

public class NamedImpl extends AnnotationLiteral<jakarta.inject.Named> implements jakarta.inject.Named
This is an implementation of the Named annotation.
Author:
jwells
See Also:
  • 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