eclipse-sisu / sisu-project

Sisu Inject
https://eclipse.dev/sisu/
Eclipse Public License 2.0
18 stars 15 forks source link

Fix static parameters binding lookup #41

Closed mcculls closed 2 years ago

mcculls commented 2 years ago

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 commented 2 years ago

This fixes issue #35