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

/external/guice/core/src/com/google/inject/spi/
H A DInjectionPoint.java60 public final class InjectionPoint { class
62 private static final Logger logger = Logger.getLogger(InjectionPoint.class.getName());
69 InjectionPoint(TypeLiteral<?> declaringType, Method method, boolean optional) { method in class:InjectionPoint
76 InjectionPoint(TypeLiteral<?> declaringType, Constructor<?> constructor) { method in class:InjectionPoint
84 InjectionPoint(TypeLiteral<?> declaringType, Field field, boolean optional) { method in class:InjectionPoint
186 return o instanceof InjectionPoint
187 && member.equals(((InjectionPoint) o).member)
188 && declaringType.equals(((InjectionPoint) o).declaringType);
208 public static <T> InjectionPoint forConstructor(Constructor<T> constructor) {
209 return new InjectionPoint(TypeLitera
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 211 milliseconds