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

  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProvideUtils.java 56 Annotation misplacedBindingAnnotation = Annotations.findBindingAnnotation(
58 if (misplacedBindingAnnotation != null) {
59 errors.misplacedBindingAnnotation(cxtor, misplacedBindingAnnotation);
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 406 Annotation misplacedBindingAnnotation = Annotations.findBindingAnnotation(
408 if (misplacedBindingAnnotation == null) {
423 errors.misplacedBindingAnnotation(member, misplacedBindingAnnotation);
  /external/guice/core/src/com/google/inject/internal/
Errors.java 248 public Errors misplacedBindingAnnotation(Member member, Annotation 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 87 milliseconds