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 InlineMe to Modules.combine(Module), as all callers to this method can be simplified to just the input parameter. #1816

Closed copybara-service[bot] closed 6 months ago

copybara-service[bot] commented 6 months ago

Add InlineMe to Modules.combine(Module), as all callers to this method can be simplified to just the input parameter.