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)
boolean
equals(java.lang.Object o)
java.lang.Class<? extends java.lang.annotation.Annotation>
getAnnotation()
java.lang.Class<T>
getType()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
bindKey
public static <T> BindKey<T> bindKey(java.lang.Class<T> type, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
-
-