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

Fix static parameters binding lookup #41

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented Jan 3, 2022

When @Parameters are bound by @Provides methods, attempt to invoke them statically via reflection rather than use the internal provider (which may not have been initialized at this point)

@mcculls mcculls changed the title When @Parameters are bound by @Provider methods, attempt to invoke Fix static parameters binding lookup Jan 3, 2022
@mcculls
Copy link
Contributor Author

mcculls commented Jan 3, 2022

This fixes issue #35

@mcculls mcculls force-pushed the mcculls/fixStaticParametersBindingLookup branch 2 times, most recently from 25fcd15 to c74d71b Compare January 3, 2022 03:24
them statically via reflection rather than use the internal provider
(which may not have been initialized at this point)
@mcculls mcculls force-pushed the mcculls/fixStaticParametersBindingLookup branch from c74d71b to e5165a2 Compare January 3, 2022 03:39
@mcculls mcculls merged commit 3894dfa into master Jan 3, 2022
@mcculls mcculls deleted the mcculls/fixStaticParametersBindingLookup branch January 3, 2022 03:40
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

Successfully merging this pull request may close these issues.

1 participant