org.glassfish.hk2.utilities
Class NamedImpl

java.lang.Object
  extended by org.glassfish.hk2.api.AnnotationLiteral<javax.inject.Named>
      extended by org.glassfish.hk2.utilities.NamedImpl
All Implemented Interfaces:
Serializable, Annotation, javax.inject.Named

public class NamedImpl
extends AnnotationLiteral<javax.inject.Named>
implements javax.inject.Named

Author:
jwells
See Also:
Serialized Form

Constructor Summary
NamedImpl(String name)
           
 
Method Summary
 String value()
           
 
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Constructor Detail

NamedImpl

public NamedImpl(String name)
Method Detail

value

public String value()


Copyright © 2013 Oracle Corporation. All Rights Reserved.