public class BindKey<T> extends Object implements Serializable
Constructor and Description |
---|
BindKey(Class<T> type,
Class<? extends Annotation> annotation) |
Modifier and Type | Method and 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() |
public BindKey(Class<T> type, Class<? extends Annotation> annotation)
public Class<? extends Annotation> getAnnotation()
public static <T> BindKey<T> bindKey(Class<T> type, Class<? extends Annotation> annotation)
Copyright © 2003–2016 Codehaus. All rights reserved.