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.java63 public class TypeLiteral<T> { class
78 protected TypeLiteral() { in TypeLiteral() method in TypeLiteral
88 TypeLiteral(Type type) { in TypeLiteral() method in TypeLiteral
/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java80 new TypeLiteral() {}; in testMissingTypeParameter() method
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java159 InjectionPoint.forConstructor((Constructor) constructor, new TypeLiteral<Set<String>>() {}); in testForConstructor() method