Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
12.51k
stars
1.67k
forks
source link
Use try-with-resources when interacting with InternalContext #1835
Open
panic08 opened 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