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