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

12 3 4 5 6 7 8 91011>>

  /external/guice/bom/
pom.xml 8 <artifactId>guice-parent</artifactId>
14 <artifactId>guice-bom</artifactId>
16 <name>Google Guice - Bill of Materials</name>
22 <artifactId>guice</artifactId>
27 <artifactId>guice</artifactId>
33 <artifactId>guice</artifactId>
39 <artifactId>guice-assistedinject</artifactId>
44 <artifactId>guice-dagger-adapter</artifactId>
49 <artifactId>guice-grapher</artifactId>
54 <artifactId>guice-jmx</artifactId
    [all...]
  /external/testng/src/main/java/org/testng/
IModuleFactory.java 6 * This interface is used by the moduleFactory attribute of the @Guice
7 * annotation. It allows users to use different Guice modules based on the test
18 * @return The Guice module that should be used to get an instance of this
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/testng/src/test/java/test/guice/
GuiceInheritanceTest.java 1 package test.guice;
MyServiceProvider.java 1 package test.guice;
ModuleFactory.java 1 package test.guice;
13 String expected = "guice";
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/inject/guice-bean/1.4.2/
_remote.repositories 3 guice-bean-1.4.2.pom>central=
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/inject/guice-plexus/1.4.2/
_remote.repositories 3 guice-plexus-1.4.2.pom>central=
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-bean/1.4.2/
_remote.repositories 3 guice-bean-1.4.2.pom>central=
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/
_remote.repositories 3 guice-plexus-1.4.2.pom>central=
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
BUILD 5 jars = ["sisu-guice-3.1.0.jar"],
  /external/guice/extensions/dagger-adapter/
pom.xml 10 <artifactId>guice-dagger-adapter</artifactId>
11 <name>Google Guice - Extensions - Dagger Adapter</name>
15 <artifactId>guice-multibindings</artifactId>
  /external/guice/extensions/persist/src/com/google/inject/persist/
package-info.java 18 * Guice Persist: a lightweight persistence library for Guice; this extension requires {@code
19 * guice-persist.jar}.
  /external/guice/core/src/com/google/inject/
package-info.java 18 * <i>Google Guice</i> (pronounced "juice") is an ultra-lightweight dependency
19 * injection framework. Please refer to the Guice
27 * <dd>The annotation you will use in your implementation classes to tell Guice
33 * instructions for how Guice should handle injection -- for a particular
37 * <dd>The object that Guice passes into your {@link com.google.inject.Module}
42 * Guice creates instances for a particular binding.
  /external/guice/core/test/com/google/inject/
OptionalBindingTest.java 85 Guice.createInjector(everythingModule)
91 Guice.createInjector(partialModule)
97 Guice.createInjector()
104 Guice.createInjector(everythingModule).injectMembers(instance);
110 Guice.createInjector(partialModule).injectMembers(instance);
116 Guice.createInjector().injectMembers(instance);
121 Guice.createInjector(everythingModule, toInstanceModule)
127 Guice.createInjector(partialModule, toInstanceModule)
133 Guice.createInjector(toInstanceModule)
139 Guice.createInjector(everythingModule, toProviderInstanceModule
    [all...]
  /external/guice/extensions/assistedinject/
pom.xml 12 <artifactId>guice-assistedinject</artifactId>
14 <name>Google Guice - Extensions - AssistedInject</name>
  /external/guice/extensions/jndi/
pom.xml 12 <artifactId>guice-jndi</artifactId>
14 <name>Google Guice - Extensions - JNDI</name>
  /external/guice/extensions/mini/
pom.xml 12 <artifactId>guice-mini</artifactId>
14 <name>Google Guice - Extensions - Mini</name>
  /external/guice/extensions/multibindings/
pom.xml 12 <artifactId>guice-multibindings</artifactId>
14 <name>Google Guice - Extensions - MultiBindings</name>
  /external/guice/extensions/service/
pom.xml 12 <artifactId>guice-service</artifactId>
14 <name>Google Guice - Extensions - Service</name>
  /external/guice/extensions/struts2/example/root/WEB-INF/
web.xml 12 <filter-name>guice</filter-name>
17 <filter-name>guice</filter-name>
  /external/guice/util/
publish-snapshot-on-commit.sh 3 if [ "$TRAVIS_REPO_SLUG" == "google/guice" ] && \
11 git clone --quiet --branch=travis https://github.com/google/guice travis > /dev/null
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-parent/3.1.0/
guice-parent-3.1.0.pom 29 <artifactId>guice-parent</artifactId>
32 <name>Sisu Guice</name>
35 Patched build of Guice: a lightweight dependency injection framework for Java 5 and above
38 <url>http://code.google.com/p/google-guice/</url>
48 <name>Guice Users List</name>
49 <archive>http://groups.google.com/group/google-guice/topics</archive>
50 <subscribe>google-guice+subscribe@googlegroups.com</subscribe>
51 <unsubscribe>google-guice+unsubscribe@googlegroups.com</unsubscribe>
52 <post>http://groups.google.com/group/google-guice/post</post>
55 <name>Guice Developers List</name
    [all...]
  /external/guice/extensions/grapher/
pom.xml 12 <artifactId>guice-grapher</artifactId>
14 <name>Google Guice - Extensions - Grapher</name>
19 <artifactId>guice-assistedinject</artifactId>
24 <artifactId>guice-multibindings</artifactId>

Completed in 1182 milliseconds

12 3 4 5 6 7 8 91011>>