Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java60 public final class InjectionPoint { class
69 InjectionPoint(TypeLiteral<?> declaringType, Method method, boolean optional) { in InjectionPoint() method in InjectionPoint
76 InjectionPoint(TypeLiteral<?> declaringType, Constructor<?> constructor) { in InjectionPoint() method in InjectionPoint
84 InjectionPoint(TypeLiteral<?> declaringType, Field field, boolean optional) { in InjectionPoint() method in InjectionPoint