google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

Add a moduleInstance parameter to the ModuleAnnotatedMethodScanner. This is useful in some cases where the scanner bindings need more information from the module currently being scanned. #1808

Closed copybara-service[bot] closed 8 months ago

copybara-service[bot] commented 8 months ago

Add a moduleInstance parameter to the ModuleAnnotatedMethodScanner. This is useful in some cases where the scanner bindings need more information from the module currently being scanned.