Searched defs:FooConstructor (Results 1 - 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DNullableInjectionPointTest.java21 createInjector().getInstance(FooConstructor.class);
27 "parameter 0 of " + FooConstructor.class.getName() + ".<init>() is not @Nullable");
196 static class FooConstructor { class in class:NullableInjectionPointTest
197 @Inject FooConstructor(Foo foo) { } method in class:NullableInjectionPointTest.FooConstructor

Completed in 86 milliseconds