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.java49 Constructor<?> getImplementationConstructor(); in getImplementationConstructor() method
DFactoryProvider2.java177 public Constructor<?> getImplementationConstructor() { in getImplementationConstructor() method in FactoryProvider2.AssistData
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DExtensionSpiTest.java124 assertEquals(clazz, assistedMethod.getImplementationConstructor().getDeclaringClass()); in validateAssistedMethod()