R - The return type for all the
qualify methodspublic static interface Binder.Qualified<R>
| Modifier and Type | Method and Description |
|---|---|
R |
markedWith(java.lang.Class<? extends java.lang.annotation.Annotation> qualifierType)
Qualifies the key with the specified annotation type
|
R |
named(java.lang.String name)
Qualifies the key with the specific name
|
R |
qualified(java.lang.annotation.Annotation annotation)
Qualifies the key with the specific annotation instance
|
R markedWith(java.lang.Class<? extends java.lang.annotation.Annotation> qualifierType)
qualifierType - The annotation typeR qualified(java.lang.annotation.Annotation annotation)
annotation - The annotation instanceR named(java.lang.String name)
name - The name