HomeSort by relevance Sort by last modified time
    Searched full:guice (Results 101 - 125 of 411) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7.pom 15 <artifactId>sisu-guice</artifactId>
18 <name>Sisu - Guice</name>
20 <description>Guice trunk with some patches applied for Sisu</description>
23 <connection>scm:git:git@github.com:sonatype/sisu-guice.git</connection>
24 <developerConnection>scm:git:git@github.com:sonatype/sisu-guice.git</developerConnection>
25 <url>git@github.com:sonatype/sisu-guice.git</url>
179 <file>${build.dir}/dist/guice-${project.version}.jar</file>
182 <file>${noaop.dir}/dist/guice-${project.version}.jar</file>
274 <zip destfile="${build.dir}/guice-${project.version}-doc.jar">
299 <file>${build.dir}/guice-${project.version}-src.jar</file>
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7.pom 15 <artifactId>sisu-guice</artifactId>
18 <name>Sisu - Guice</name>
20 <description>Guice trunk with some patches applied for Sisu</description>
23 <connection>scm:git:git@github.com:sonatype/sisu-guice.git</connection>
24 <developerConnection>scm:git:git@github.com:sonatype/sisu-guice.git</developerConnection>
25 <url>git@github.com:sonatype/sisu-guice.git</url>
179 <file>${build.dir}/dist/guice-${project.version}.jar</file>
182 <file>${noaop.dir}/dist/guice-${project.version}.jar</file>
274 <zip destfile="${build.dir}/guice-${project.version}-doc.jar">
299 <file>${build.dir}/guice-${project.version}-src.jar</file>
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryModuleBuilderTest.java 27 import com.google.inject.Guice;
57 Guice.createInjector(new AbstractModule() {
77 Guice.createInjector(new AbstractModule() {
97 Injector injector = Guice.createInjector(new AbstractModule() {
113 Guice.createInjector(new AbstractModule() {
136 Guice.createInjector(new AbstractModule() {
159 Injector injector = Guice.createInjector(new AbstractModule() {
175 Injector injector = Guice.createInjector(new AbstractModule() {
194 Injector injector = Guice.createInjector(new AbstractModule() {
210 Injector injector = Guice.createInjector(new AbstractModule()
    [all...]
FactoryProvider2Test.java 25 import com.google.inject.Guice;
51 Injector injector = Guice.createInjector(new AbstractModule() {
71 Injector injector = Guice.createInjector(new AbstractModule() {
134 Injector injector = Guice.createInjector(new AbstractModule() {
170 Injector injector = Guice.createInjector(new AbstractModule() {
192 Injector injector = Guice.createInjector(new AbstractModule() {
229 Injector injector = Guice.createInjector(new AbstractModule() {
256 Injector injector = Guice.createInjector(new AbstractModule() {
289 Injector injector = Guice.createInjector(new AbstractModule() {
321 Injector injector = Guice.createInjector(new AbstractModule()
    [all...]
ManyConstructorsTest.java 22 import com.google.inject.Guice;
33 Injector injector = Guice.createInjector(new AbstractModule() {
49 Injector injector = Guice.createInjector(new AbstractModule() {
68 Injector injector = Guice.createInjector(new AbstractModule() {
86 Injector injector = Guice.createInjector(new AbstractModule() {
97 injector = Guice.createInjector(new AbstractModule() {
111 Guice.createInjector(new AbstractModule() {
129 Guice.createInjector(new AbstractModule() {
145 Guice.createInjector(new AbstractModule() {
230 Injector injector = Guice.createInjector(new AbstractModule()
    [all...]
  /external/guice/core/test/com/google/inject/
ScopesTest.java 88 Injector injector = Guice.createInjector(singletonsModule);
124 Injector injector = Guice.createInjector();
133 Guice.createInjector().getInstance(AnnotatedSingleton.class),
134 Guice.createInjector().getInstance(AnnotatedSingleton.class));
138 Injector injector = Guice.createInjector(new AbstractModule() {
151 Guice.createInjector(new AbstractModule() {
178 Guice.createInjector(new AbstractModule() {
187 Guice.createInjector().getInstance(D.class);
203 Guice.createInjector().getInstance(E.class);
223 Guice.createInjector(new AbstractModule()
    [all...]
ModuleTest.java 41 return obj.getClass() == D.class; // we're all equal in the eyes of guice
54 Guice.createInjector(new A());
RequestInjectionTest.java 52 Guice.createInjector(new AbstractModule() {
68 Guice.createInjector(new AbstractModule() {
84 Guice.createInjector(new AbstractModule() {
102 Guice.createInjector(new AbstractModule() {
117 Guice.createInjector(new AbstractModule() {
138 Guice.createInjector(new AbstractModule() {
154 Guice.createInjector(new AbstractModule() {
205 Injector injector = Guice.createInjector(new AbstractModule() {
RequireAtInjectOnConstructorsTest.java 31 Guice.createInjector(new AbstractModule() {
49 Injector injector = Guice.createInjector(new AbstractModule() {
68 Guice.createInjector(new AbstractModule() {
87 Guice.createInjector(new AbstractModule() {
111 Guice.createInjector(new AbstractModule() {
134 Guice.createInjector(new AbstractModule() {
161 Guice.createInjector(new AbstractModule() {
179 Injector injector = Guice.createInjector(new AbstractModule() {
BindingAnnotationTest.java 34 Injector c = Guice.createInjector(new AbstractModule() {
49 Guice.createInjector(new AbstractModule() {
67 Guice.createInjector(new AbstractModule() {
79 Guice.createInjector(new AbstractModule() {
98 Guice.createInjector(new AbstractModule() {
CircularDependencyTest.java 48 Injector injector = Guice.createInjector(new AbstractModule() {
59 Injector injector = Guice.createInjector(new AbstractModule() {
70 Injector injector = Guice.createInjector(new AbstractModule() {
91 Injector injector = Guice.createInjector(new AbstractModule() {
102 Injector injector = Guice.createInjector();
194 Guice.createInjector().getInstance(C.class);
205 Guice.createInjector(new AbstractModule() {
220 Guice.createInjector(new AbstractModule() {
236 Guice.createInjector().getInstance(C2.class);
277 Guice.createInjector(new AbstractModule()
    [all...]
PrivateModuleTest.java 44 Injector injector = Guice.createInjector(new AbstractModule() {
78 Injector injector = Guice.createInjector(new AbstractModule() {
98 Guice.createInjector(new AbstractModule() {
116 Guice.createInjector(new AbstractModule() {
130 Injector injector = Guice.createInjector(new AbstractModule() {
179 Guice.createInjector(new AbstractModule() {
206 Guice.createInjector(new AbstractModule() {
227 * Ensure that when we've got errors in different private modules, Guice presents all errors
232 Guice.createInjector(
258 Injector injector = Guice.createInjector(new PrivateModule()
    [all...]
ImplicitBindingTest.java 34 Injector injector = Guice.createInjector();
52 Injector injector = Guice.createInjector();
71 Injector injector = Guice.createInjector();
77 Injector injector = Guice.createInjector(new AbstractModule() {
93 Guice.createInjector().getInstance(Key.get(I.class, Names.named("i")));
122 Injector injector = Guice.createInjector(new AbstractModule() {
228 * Regression test for https://github.com/google/guice/issues/319
246 Injector parentSetupRootInjector = Guice.createInjector(testModule);
254 Injector childSetupRootInjector = Guice.createInjector();
309 Injector injector = Guice.createInjector()
    [all...]
  /external/guice/core/src/com/google/inject/
MembersInjector.java 35 * <p>Whenever Guice creates an instance, it performs this injection automatically (after first
36 * performing constructor injection), so if you're able to let Guice create all your objects for
Binder.java 36 * used to create an {@link Injector}. Guice provides this object to your
40 * <h3>The Guice Binding EDSL</h3>
42 * Guice uses an <i>embedded domain-specific language</i>, or EDSL, to help you
55 * class to itself" and does not change Guice's default behavior. You may still
58 * Guice may be unable to validate a binding at injector creation time unless it
68 * annotations found on {@code Service}, since Guice will have already
76 * {@code Provider<Service>}. This binding specifies that Guice should resolve
85 * Guice's concept of {@link Scope scopes} to guide when creation should happen
86 * -- "letting Guice work for you".
103 * singleton scope. Guice will create only one instance of {@code ServiceImpl
    [all...]
  /external/guice/core/src/com/google/inject/spi/
InjectionListener.java 30 * Invoked by Guice after it injects the fields and methods of instance.
32 * @param injectee instance that Guice injected dependencies into
  /external/guice/core/test/com/google/inject/example/
JndiProviderClient.java 23 import com.google.inject.Guice;
33 Injector injector = Guice.createInjector(new AbstractModule() {
  /external/guice/core/test/com/google/inject/spi/
BindingTargetVisitorTest.java 19 import com.google.inject.Guice;
32 Injector injector = Guice.createInjector();
  /external/guice/examples/src/example/xml/
Main.java 19 import com.google.inject.Guice;
33 Injector injector = Guice.createInjector(new AbstractModule() {
  /external/guice/extensions/persist/src/com/google/inject/persist/
PersistService.java 29 * Starts the underlying persistence engine and makes guice-persist ready for
32 * using any guice-persist or JPA artifacts. If already started,
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
EntityManagerFactoryProvisionTest.java 19 import com.google.inject.Guice;
37 injector = Guice.createInjector(new JpaPersistModule("testUnit"));
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
ExampleListener.java 21 import com.google.inject.Guice;
36 return Guice.createInjector(
  /external/guice/extensions/
pom.xml 8 <artifactId>guice-parent</artifactId>
17 <name>Google Guice - Extensions</name>
21 <!-- TODO(cgruber): Comment out dagger-adapter module if guice releases before dagger 2.x -->
47 <artifactId>guice</artifactId>
55 <artifactId>guice</artifactId>
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MultibinderTest.java 42 import com.google.inject.Guice;
120 Injector injector = Guice.createInjector(abc, de);
142 Injector injector = Guice.createInjector(module);
164 Injector injector = Guice.createInjector(module);
189 Injector injector = Guice.createInjector(module);
220 Injector injector = Guice.createInjector(module);
245 Injector injector = Guice.createInjector(module);
261 Injector injector = Guice.createInjector(module);
270 Injector injector = Guice.createInjector(new AbstractModule() {
286 Injector injector = Guice.createInjector(new AbstractModule()
    [all...]
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
ThrowingProviderTest.java 29 import com.google.inject.Guice;
67 private Injector bindInjector = Guice.createInjector(new AbstractModule() {
82 private Injector providesInjector = Guice.createInjector(new AbstractModule() {
219 bindInjector = Guice.createInjector(new AbstractModule() {
237 providesInjector = Guice.createInjector(new AbstractModule() {
302 bindInjector = Guice.createInjector(new AbstractModule() {
318 Guice.createInjector(new AbstractModule() {
334 Guice.createInjector(new AbstractModule() {
354 bindInjector = Guice.createInjector(new AbstractModule() {
369 Guice.createInjector(new AbstractModule()
    [all...]

Completed in 414 milliseconds

1 2 3 45 6 7 8 91011>>