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

  /external/guice/core/src/com/google/inject/internal/
Scoping.java 44 public static final Scoping UNSCOPED = new Scoping() {
170 return this != UNSCOPED;
249 * map. If the scope annotation has no corresponding instance, an error will be added and unscoped
264 return UNSCOPED;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Scope.java 39 * An internal representation for an unscoped binding.
41 private static final Scope UNSCOPED = new Scope();
58 * Returns representation for an unscoped binding.
60 static Scope unscoped() { method in class:Scope
61 return UNSCOPED;
66 * of that scope, otherwise returns a representation for an unscoped binding.
70 return scopeAnnotation.isPresent() ? new Scope(scopeAnnotation.get()) : UNSCOPED;
74 * Returns true if the scope is present, i.e. it's not unscoped binding.
143 return annotationMirror == null ? "UNSCOPED" : annotationMirror.toString();
  /external/guice/core/test/com/google/inject/
BinderTestSuite.java 244 UNSCOPED {
727 public <T> Provider<T> scope(Key<T> key, final Provider<T> unscoped) {
732 instance = unscoped.get();
  /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 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 71 milliseconds