Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

refactor: annotate with @Inject #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vojtajina
Copy link
Contributor

All class/function providers have to be annotated with @Inject (even
if they don't have any arguments). Otherwise the token gets injected
as value.

TODO:
We should extract all the annotations (such as Inject, Provide)
into a separate module so that expressionist does not have to
include entire di.

Review on Reviewable

All class/function providers have to be annotated with `@Inject` (even
if they don't have any arguments). Otherwise the token gets injected
as value.


TODO:
We should extract all the annotations (such as `Inject`, `Provide`)
into a separate module so that expressionist does not have to
include entire di.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant