Package org.eclipse.sisu.space
Class WildcardKey.QualifiedImpl
- java.lang.Object
-
- org.eclipse.sisu.space.WildcardKey.QualifiedImpl
-
- All Implemented Interfaces:
java.lang.annotation.Annotation,javax.inject.Provider<java.lang.annotation.Annotation>
- Enclosing class:
- WildcardKey
private static final class WildcardKey.QualifiedImpl extends java.lang.Object implements WildcardKey.Qualified, javax.inject.Provider<java.lang.annotation.Annotation>
Pseudo-Annotationthat can wrap any implementation type as aQualifier.
-
-
Constructor Summary
Constructors Constructor Description QualifiedImpl(java.lang.Class<?> value, java.lang.annotation.Annotation qualifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>annotationType()booleanequals(java.lang.Object rhs)java.lang.annotation.Annotationget()inthashCode()java.lang.StringtoString()java.lang.Class<?>value()
-
-
-
Method Detail
-
value
public java.lang.Class<?> value()
-
get
public java.lang.annotation.Annotation get()
- Specified by:
getin interfacejavax.inject.Provider<java.lang.annotation.Annotation>
-
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationTypein interfacejava.lang.annotation.Annotation
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacejava.lang.annotation.Annotation- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object rhs)
- Specified by:
equalsin interfacejava.lang.annotation.Annotation- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfacejava.lang.annotation.Annotation- Overrides:
toStringin classjava.lang.Object
-
-