HomeSort by relevance Sort by last modified time
    Searched defs:forConstructor (Results 1 - 5 of 5) sorted by null

  /external/guice/core/test/com/google/inject/spi/
InjectionPointTest.java 145 InjectionPoint injectionPoint = InjectionPoint.forConstructor(constructor, hashSet);
151 InjectionPoint.forConstructor(constructor, new TypeLiteral<LinkedHashSet<String>>() {});
159 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {});
  /external/guice/core/src/com/google/inject/spi/
InjectionPoint.java 208 public static <T> InjectionPoint forConstructor(Constructor<T> constructor) {
220 public static <T> InjectionPoint forConstructor(
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 115 milliseconds