Home
last modified time | relevance | path

Searched defs:TypeLiteral (Results 1 – 3 of 3) sorted by relevance

/external/guice/core/src/com/google/inject/
DTypeLiteral.java61 public class TypeLiteral<T> { class
74 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral
82 TypeLiteral(Type type) { in TypeLiteral() method in TypeLiteral
/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java75 new TypeLiteral() {}; in testMissingTypeParameter() method
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java182 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor() method