mariocasciaro / scatter

IoC container and out-of-the-box extensibility for Node.js applications
MIT License
154 stars 14 forks source link

Optional dependencies #2

Open mariocasciaro opened 10 years ago

mariocasciaro commented 10 years ago

Allow to specify optional/required dependencies. This is useful in case the user wants just to define an order between services/components.

'svc?foo/bar' '?foo/bar'