Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java286 Method[] factoryMethods = factoryType.getRawType().getMethods(); in createMethodMapping() local
288 if (constructors.size() != factoryMethods.length) { in createMethodMapping()
292 implementationType, constructors.size(), factoryType, factoryMethods.length); in createMethodMapping()
305 for (Method method : factoryMethods) { in createMethodMapping()