Package | Description |
---|---|
org.picocontainer.defaults |
This package contains the default implementation of the
PicoContainer
API. |
Modifier and Type | Method and Description |
---|---|
protected java.lang.reflect.Constructor |
ConstructorInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container) |
protected abstract java.lang.reflect.Constructor |
InstantiatingComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container)
Find and return the greediest satisfiable constructor.
|
protected java.lang.reflect.Constructor |
SetterInjectionComponentAdapter.getGreediestSatisfiableConstructor(PicoContainer container) |