FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

reactive-wizard/binding at master · FortnoxAB/reactive-wizard · GitHub

This repository was archived by the owner on Nov 26, 2024. It is now read-only.
/ reactive-wizard Public archive

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Purpose of module

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.

Key classes

AutoBindModule

The interface to implement if you want to configure your own binding

AutoBindModules

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.

BindInjectAnnotatedImplementations

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