Class NamedImpl
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.AnnotationLiteral<jakarta.inject.Named>
-
- org.glassfish.jersey.inject.cdi.se.injector.NamedImpl
-
- All Implemented Interfaces:
Annotation
public class NamedImpl extends org.glassfish.jersey.internal.inject.AnnotationLiteral<jakarta.inject.Named> implements jakarta.inject.NamedThis is an implementation of theNamedannotation.- Author:
- John Wells (john.wells at oracle.com)
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Stringvalue()-
Methods inherited from class org.glassfish.jersey.internal.inject.AnnotationLiteral
annotationType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode
-
-