public class BindKey<T> extends Object implements Serializable
Constructor and Description |
---|
BindKey(Class<T> type,
Class<? extends Annotation> annotation) |
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)