HomeSort by relevance Sort by last modified time
    Searched refs:bindingAnnotation (Results 1 - 11 of 11) sorted by null

  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
Parameter.java 41 private final Annotation bindingAnnotation;
48 this.bindingAnnotation = getBindingAnnotation(annotations);
67 if (bindingAnnotation != null) {
68 result.append(bindingAnnotation).append(" ");
143 return bindingAnnotation != null
144 ? Key.get(type, bindingAnnotation)
155 Annotation bindingAnnotation = null;
158 checkArgument(bindingAnnotation == null,
159 "Parameter has multiple binding annotations: %s and %s", bindingAnnotation, annotation);
160 bindingAnnotation = annotation
    [all...]
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethodsModule.java 133 Annotation bindingAnnotation = Annotations.findBindingAnnotation(errors, member, annotations);
134 return bindingAnnotation == null ? Key.get(type) : Key.get(type, bindingAnnotation);
  /external/guice/core/src/com/google/inject/internal/
ProviderMethodsModule.java 280 Annotation bindingAnnotation = Annotations.findBindingAnnotation(errors, member, annotations);
281 return bindingAnnotation == null ? Key.get(type) : Key.get(type, bindingAnnotation);
Errors.java 248 public Errors misplacedBindingAnnotation(Member member, Annotation bindingAnnotation) {
250 + "to its parameters instead.", member, bindingAnnotation);
292 return addMessage("%s has more than one annotation annotated with @BindingAnnotation: "
  /external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java 301 Annotation bindingAnnotation = null;
306 if (bindingAnnotation != null) {
309 bindingAnnotation = a;
311 return new Key(type, bindingAnnotation);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 402 milliseconds