private static final class LazyBeanEntry.JsrNamed
extends java.lang.Object
implements com.google.inject.name.Named, javax.inject.Named
Named
that can also act like @Named
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
value |
Constructor and Description |
---|
JsrNamed(com.google.inject.name.Named named) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
equals(java.lang.Object rhs) |
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
value() |
public java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object rhs)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public java.lang.String toString()
toString
in interface java.lang.annotation.Annotation
toString
in class java.lang.Object