tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

prototype flag is missing from @Provides #90

Closed tcalmant closed 6 years ago

tcalmant commented 6 years ago

The @Provides iPOPO decorator doesn't have a prototype argument to let the component provide a Prototype Service Factory.

Thanks @vozvivan for pointing this issue.