Package org.picocontainer
Class BindKey<T>
- java.lang.Object
-
- org.picocontainer.BindKey<T>
-
- All Implemented Interfaces:
java.io.Serializable
public class BindKey<T> extends java.lang.Object implements java.io.Serializable- Author:
- Paul Hammant
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> BindKey<T>bindKey(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)booleanequals(java.lang.Object o)java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotation()java.lang.Class<T>getType()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
BindKey
public BindKey(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
-
-
Method Detail
-
getType
public java.lang.Class<T> getType()
-
getAnnotation
public java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
bindKey
public static <T> BindKey<T> bindKey(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
-
-