Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DAssistedMethod.java40 Constructor<?> getImplementationConstructor(); in getImplementationConstructor() method
DFactoryProvider2.java198 public Constructor<?> getImplementationConstructor() { in getImplementationConstructor() method in FactoryProvider2.AssistData
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DExtensionSpiTest.java132 assertEquals(clazz, assistedMethod.getImplementationConstructor().getDeclaringClass()); in validateAssistedMethod()