| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
To allow modules scattered throughout the classpath to provide bindings to stuff placed in their own code base and have these modules merged together in a guice injector environment.
The interface to implement if you want to configure your own binding
A Guice module that searches the classpath for AutoBindModules and merges them together. Also enables custom class scanners to be implemented by extending AbstractClassScanner to find classes matching your own criteria.
An example of a module implementing the AutoBindModule interface and making use of the scanner functionality by searching for classes having an @Inject annotated constructor.
| Back | FazBrowse Home | New Git URL |