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

1 23 4 5 6 7 8 91011>>

  /external/guice/extensions/grapher/src/com/google/inject/grapher/
InjectorGrapher.java 26 * Guice injector grapher. Renders the guice dependency graph for an injector. It can render the
35 * Graphs the guice dependency graph for the given injector using default starting keys.
40 * Graphs the guice dependency graph for the given injector using the given starting keys and
  /external/guice/extensions/struts2/example/
build.xml 3 <project name="guice-struts2-example">
  /external/testng/src/test/java/test/guice/
GuiceExampleModule.java 1 package test.guice;
GuiceTestModule.java 1 package test.guice;
  /external/guice/core/src/com/google/inject/
Guice.java 24 * The entry point to the Guice framework. Creates {@link Injector}s from
27 * <p>Guice supports a model of development that draws clear boundaries between
31 * method, that bootstraps the Guice Injector using the {@code Guice} class, as
36 * Injector injector = Guice.createInjector(
50 public final class Guice {
52 private Guice() {}
  /external/guice/
pom.xml 29 <artifactId>guice-parent</artifactId>
32 <name>Google Guice</name>
35 Guice is a lightweight dependency injection framework for Java 6 and above
38 <url>https://github.com/google/guice</url>
48 <name>Guice Users List</name>
49 <archive>http://groups.google.com/group/google-guice/topics</archive>
50 <subscribe>http://groups.google.com/group/google-guice/subscribe</subscribe>
51 <unsubscribe>http://groups.google.com/group/google-guice/subscribe</unsubscribe>
52 <post>http://groups.google.com/group/google-guice/post</post>
55 <name>Guice Developers List</name
    [all...]
  /external/guice/core/src/com/google/inject/spi/
TypeListener.java 22 * Listens for Guice to encounter injectable types. If a given type has its constructor injected in
23 * one situation but only its methods and fields injected in another, Guice will notify this
36 * Invoked when Guice encounters a new type eligible for constructor or members injection.
37 * Called during injector creation (or afterwords if Guice encounters a type at run time and
40 * @param type encountered by Guice
  /external/guice/core/test/com/google/inject/
LoggerInjectionTest.java 21 Injector injector = Guice.createInjector();
27 Injector injector = Guice.createInjector();
41 Injector injector = Guice.createInjector();
49 Injector injector = Guice.createInjector(new AbstractModule() {
62 Guice.createInjector(new AbstractModule() {
BinderTest.java 48 private final Logger loggerToWatch = Logger.getLogger(Guice.class.getName());
75 Guice.createInjector(new Module() {
92 Guice.createInjector(new AbstractModule() {
129 Guice.createInjector(new AbstractModule() {
150 Guice.createInjector(new AbstractModule() {
165 Guice.createInjector(new AbstractModule() {
180 Guice.createInjector(new AbstractModule() {
197 Guice.createInjector(new AbstractModule() {
222 Guice.createInjector(new AbstractModule() {
244 * GenericArrayTypeImpl(String.class)}, Guice should treat these two type
    [all...]
TypeLiteralInjectionTest.java 37 Guice.createInjector(new AbstractModule() {
45 "Binding to core guice framework type is not allowed: TypeLiteral");
51 Guice.createInjector(new AbstractModule() {
60 "Binding to core guice framework type is not allowed: TypeLiteral");
65 C c = Guice.createInjector().getInstance(C.class);
70 Guice.createInjector().getInstance(B.class);
79 B<Integer> b = Guice.createInjector().getInstance(new Key<B<Integer>>() {});
88 Guice.createInjector().getInstance(TypeLiteral.class);
  /external/guice/jdk8-tests/test/com/google/inject/jdk8/
Java8LanguageFeatureBindingTest.java 21 import com.google.inject.Guice;
46 // See https://github.com/google/guice/issues/757 for more on why they exist.
49 Injector injector = Guice.createInjector(new AbstractModule() {
62 Injector injector = Guice.createInjector(new AbstractModule() {
77 Injector injector = Guice.createInjector(new AbstractModule() {
101 Guice.createInjector(new AbstractModule() {
113 Injector injector = Guice.createInjector(new AbstractModule() {
141 Injector injector = Guice.createInjector(new AbstractModule() {
154 Injector injector = Guice.createInjector(new AbstractModule() {
  /external/guice/extensions/jmx/
pom.xml 12 <artifactId>guice-jmx</artifactId>
14 <name>Google Guice - Extensions - JMX</name>
  /external/guice/extensions/persist/test/com/google/inject/persist/
EdslTest.java 4 import com.google.inject.Guice;
17 Guice.createInjector(Stage.PRODUCTION, new AbstractModule() {
  /external/guice/extensions/servlet/
pom.xml 12 <artifactId>guice-servlet</artifactId>
14 <name>Google Guice - Extensions - Servlet</name>
  /external/guice/extensions/spring/
pom.xml 12 <artifactId>guice-spring</artifactId>
14 <name>Google Guice - Extensions - Spring</name>
  /external/guice/extensions/testlib/
pom.xml 12 <artifactId>guice-testlib</artifactId>
14 <name>Google Guice - Extensions - TestLib</name>
  /external/guice/extensions/throwingproviders/
pom.xml 12 <artifactId>guice-throwingproviders</artifactId>
14 <name>Google Guice - Extensions - ThrowingProviders</name>
  /external/testng/src/main/java/org/testng/annotations/
Guice.java 13 * This annotation specifies what Guice modules should be used to instantiate
20 public @interface Guice {
  /external/testng/src/test/java/test/dataprovider/
StaticDataProviderSampleTest.java 7 import org.testng.annotations.Guice;
10 @Guice(modules = StaticDataProviderSampleTest.InjectionProviderModule.class)
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 9 <artifactId>guice-bean</artifactId>
23 <artifactId>sisu-guice</artifactId>
38 <artifactId>guice-bean-containers</artifactId>
55 org.sonatype.guice.bean.containers.Activator
65 org.sonatype.guice.*,org.objectweb.asm
87 <shadedPattern>org.sonatype.guice</shadedPattern>
108 <mainClass>org.sonatype.guice.bean.containers.Main</mainClass>
135 javax/**,org/aopalliance/**,org/sonatype/inject/**,org/sonatype/guice/bean/**
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.pom 9 <artifactId>guice-bean</artifactId>
23 <artifactId>sisu-guice</artifactId>
38 <artifactId>guice-bean-containers</artifactId>
55 org.sonatype.guice.bean.containers.Activator
65 org.sonatype.guice.*,org.objectweb.asm
87 <shadedPattern>org.sonatype.guice</shadedPattern>
108 <mainClass>org.sonatype.guice.bean.containers.Main</mainClass>
135 javax/**,org/aopalliance/**,org/sonatype/inject/**,org/sonatype/guice/bean/**
  /external/guice/core/test/com/googlecode/guice/
PackageVisibilityTestModule.java 1 package com.googlecode.guice;
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
InvalidScopeBindingTest.java 5 import com.google.inject.Guice;
31 Guice.createInjector(new ServletModule() {
51 Guice.createInjector(new ServletModule() {
71 Guice.createInjector(new ServletModule() {
  /external/testng/src/test/java/test/tmp/
BeforeGroupTest.java 13 // m_inj = Guice.createInjector(new JUnitModule(), new RequestModule(),
  /external/guice/extensions/struts2/
pom.xml 12 <artifactId>guice-struts2</artifactId>
14 <name>Google Guice - Extensions - Struts2</name>
19 <artifactId>guice-servlet</artifactId>

Completed in 262 milliseconds

1 23 4 5 6 7 8 91011>>