Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a dependency injection resolver (container) on framework level thus making Soundfingerprinting a completely separate and ready-to-use library #5

Closed
AddictedCS opened this issue Jun 5, 2013 · 1 comment
Assignees
Milestone

Comments

@AddictedCS
Copy link
Owner

Dependency Resolver should have a default resolver that will wire up all the necessary dependencies, thus not asking the client for interfaces he is not aware of.

@ghost ghost assigned AddictedCS Jun 5, 2013
@AddictedCS
Copy link
Owner Author

Wiring up the dependencies is performed within the default constructor with the help of default dependency resolver. In case no custom dependencies are introduced it will wire the default ones.

Would be great to have a more robust syntax for Rebind functionality on default resolver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant