Skip to content

Avoid referring to internal Guice classes

Compare
Choose a tag to compare
@asibross asibross released this 19 Apr 17:36
· 10 commits to master since this release
edfcccc

Avoids depending on com.google.inject.internal.CircularDependencyProxy explicitly.
Instead only use it if the class can be found at runtime.

This will make it easier for folks looking to upgrade the Guice version.