Searched refs:bindingAnnotation (Results 1 – 6 of 6) sorted by relevance
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | Parameter.java | 41 private final Annotation bindingAnnotation; field in Parameter 48 this.bindingAnnotation = getBindingAnnotation(annotations); in Parameter() 67 if (bindingAnnotation != null) { in toString() 68 result.append(bindingAnnotation).append(" "); in toString() 143 return bindingAnnotation != null in getBindingForType() 144 ? Key.get(type, bindingAnnotation) in getBindingForType() 155 Annotation bindingAnnotation = null; in getBindingAnnotation() local 158 checkArgument(bindingAnnotation == null, in getBindingAnnotation() 159 "Parameter has multiple binding annotations: %s and %s", bindingAnnotation, annotation); in getBindingAnnotation() 160 bindingAnnotation = annotation; in getBindingAnnotation() [all …]
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
D | CheckedProviderMethodsModule.java | 133 Annotation bindingAnnotation = Annotations.findBindingAnnotation(errors, member, annotations); in getKey() local 134 return bindingAnnotation == null ? Key.get(type) : Key.get(type, bindingAnnotation); in getKey()
|
/external/guice/extensions/mini/src/com/google/inject/mini/ |
D | MiniGuice.java | 301 Annotation bindingAnnotation = null; in key() local 306 if (bindingAnnotation != null) { in key() 309 bindingAnnotation = a; in key() 311 return new Key(type, bindingAnnotation); in key()
|
/external/guice/core/src/com/google/inject/internal/ |
D | ProviderMethodsModule.java | 280 Annotation bindingAnnotation = Annotations.findBindingAnnotation(errors, member, annotations); in getKey() local 281 return bindingAnnotation == null ? Key.get(type) : Key.get(type, bindingAnnotation); in getKey()
|
D | Errors.java | 248 public Errors misplacedBindingAnnotation(Member member, Annotation bindingAnnotation) { in misplacedBindingAnnotation() argument 250 + "to its parameters instead.", member, bindingAnnotation); in misplacedBindingAnnotation()
|
/external/testng/lib-supplied/ |
D | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |