OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AImpl
(Results
1 - 2
of
2
) sorted by null
/external/guice/core/test/com/google/inject/
CircularDependencyTest.java
42
AImpl
.nextId = 0;
50
bind(A.class).to(
AImpl
.class);
62
@Provides @Singleton A a(B b) { return new
AImpl
(b); }
75
return new
AImpl
(bp.get());
112
assertEquals(1,
AImpl
.nextId);
124
static class
AImpl
implements A {
129
@Inject public
AImpl
(B b) {
143
return new
AImpl
(bp.get());
154
a = new
AImpl
(bp.get());
ScopesTest.java
153
bind(A.class).to(
AImpl
.class);
167
static class
AImpl
implements A {}
[
all
...]
Completed in 260 milliseconds