HomeSort by relevance Sort by last modified time
    Searched defs:ProviderMethod (Results 1 - 5 of 5) sorted by null

  /external/guice/core/src/com/google/inject/internal/
ProviderMethod.java 50 public abstract class ProviderMethod<T> implements ProviderWithExtensionVisitor<T>, HasDependencies,
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,
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} implementation that invokes the method using normal java reflection.
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 

Completed in 671 milliseconds