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

Add picobox.ext.autowire extension #45

Open
ikalnytskyi opened this issue May 1, 2021 · 0 comments
Open

Add picobox.ext.autowire extension #45

ikalnytskyi opened this issue May 1, 2021 · 0 comments
Milestone

Comments

@ikalnytskyi
Copy link
Owner

Autowiring is convenient functionality that allows to inject dependencies implicitly. Picobox core provides everything that is required to implement autowiring functionality as a third party decorator in picobox.contrib pacakge.

The autowiring decorator must satisfy the following requirements:

  1. It must autowire by names.
  2. It must autowire by types.
  3. Autowiring by names and types are mutually exclusive.
@ikalnytskyi ikalnytskyi added this to the 3.0 milestone May 1, 2021
@ikalnytskyi ikalnytskyi changed the title Add autowiring functionality Add picobox.ext.autowire functionality Nov 20, 2023
@ikalnytskyi ikalnytskyi changed the title Add picobox.ext.autowire functionality Add picobox.ext.autowire extension Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant