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

Use try-with-resources when interacting with InternalContext #1835

Open panic08 opened 1 month ago

panic08 commented 1 month ago

Here when interacting with InternalContext we can use a better construction with automatic closing of try-with-resources, which is a good practice