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

/external/guice/core/src/com/google/inject/internal/
H A DProviderMethod.java50 public abstract class ProviderMethod<T> implements ProviderWithExtensionVisitor<T>, HasDependencies, class in inherits:ProviderWithExtensionVisitor,HasDependencies,ProvidesMethodBinding
54 * Creates a {@link ProviderMethod}.
61 static <T> ProviderMethod<T> create(Key<T> key, Method method, Object instance,
109 private ProviderMethod(Key<T> key, Method method, Object instance, method in class:ProviderMethod
214 if (obj instanceof ProviderMethod) {
215 ProviderMethod<?> o = (ProviderMethod<?>) obj;
234 * A {@link ProviderMethod} implementation that uses {@link net.sf.cglib.reflect.FastClass#invoke}
237 private static final class FastClassProviderMethod<T> extends ProviderMethod<T> {
278 * A {@link ProviderMethod} implementatio
[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 264 milliseconds