Skip to end of metadata
Go to start of metadata

Authors: Jörg Schaible

PicoContainer will look for the greediest constructor of your component. But if your component's constructor depends on primitive types you may set the values explicitly.

In this case you can set the parameters at registration time:

Use ConstantParameter to set constant values and the ComponentParameter to let Pico resolve the dependency.

Labels
  • None