Home
last modified time | relevance | path

Searched defs:SingletonScope (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DSingletonScope.java55 public class SingletonScope implements Scope { class
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java67 private static class SingletonScope implements Scope { class in TypeBinder
72 public SingletonScope(String name, Symbol sym) { in SingletonScope() method in TypeBinder.SingletonScope