Home
last modified time | relevance | path

Searched refs:hierarchyFor (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java661 List<TypeLiteral<?>> hierarchy = hierarchyFor(type); in getInjectionPoints()
800 private static List<TypeLiteral<?>> hierarchyFor(TypeLiteral<?> type) { in hierarchyFor() method in InjectionPoint