Skip to content

Fix static parameters binding lookup#41

Merged
mcculls merged 1 commit intomasterfrom
mcculls/fixStaticParametersBindingLookup
Jan 3, 2022
Merged

Fix static parameters binding lookup#41
mcculls merged 1 commit intomasterfrom
mcculls/fixStaticParametersBindingLookup

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