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

Investigate dagger-spi for inject validation and type resolving #26

Open
alex2069 opened this issue Jul 6, 2018 · 0 comments
Open

Investigate dagger-spi for inject validation and type resolving #26

alex2069 opened this issue Jul 6, 2018 · 0 comments

Comments

@alex2069
Copy link
Contributor

alex2069 commented Jul 6, 2018

As of 2.15 Dagger includes an SPI allowing for graph introspection at compile time.

This could allow DevFun to know where/how to obtain instances, and as to whether a type can be provided at all (rather than at present; reflectively checking type information of fields/functions).

  • Known issue: The interface definitions changed at 2.15 > 2.16 and are not backwards compatible. Support would be for, at present, only Dagger 2.16.
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