HomeSort by relevance Sort by last modified time
    Searched defs:scopeAnnotation (Results 1 - 12 of 12) sorted by null

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java 69 Optional<AnnotationMirror> scopeAnnotation = getScopeAnnotation(element);
70 return scopeAnnotation.isPresent() ? new Scope(scopeAnnotation.get()) : UNSCOPED;
  /external/guice/core/src/com/google/inject/internal/
ProviderMethod.java 63 Class<? extends Annotation> scopeAnnotation, boolean skipFastClassGeneration,
76 scopeAnnotation,
92 scopeAnnotation,
100 private final Class<? extends Annotation> scopeAnnotation;
111 Class<? extends Annotation> scopeAnnotation, Annotation annotation) {
113 this.scopeAnnotation = scopeAnnotation;
150 if (scopeAnnotation != null) {
151 binder.bind(key).toProvider(this).in(scopeAnnotation);
246 Class<? extends Annotation> scopeAnnotation,
    [all...]
ConstructorBindingImpl.java 111 Class<? extends Annotation> scopeAnnotation = findScopeAnnotation(errors, annotatedType);
112 if (scopeAnnotation != null) {
113 scoping = Scoping.makeInjectable(Scoping.forAnnotation(scopeAnnotation),
ProviderMethodsModule.java 270 Class<? extends Annotation> scopeAnnotation
276 parameterProviders, scopeAnnotation, skipFastClassGeneration, annotation);
  /external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
CheckedProviderMethod.java 45 private final Class<? extends Annotation> scopeAnnotation;
61 Class<? extends Annotation> scopeAnnotation,
66 this.scopeAnnotation = scopeAnnotation;
92 if(scopeAnnotation != null) {
93 sbbuilder.in(scopeAnnotation);
CheckedProviderMethodsModule.java 120 Class<? extends Annotation> scopeAnnotation
128 parameterProviders, scopeAnnotation, throwingProvider, exceptionTypes,
  /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/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 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 105 milliseconds