|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Example | Interface which is used to bind an implementation too. |
| Class Summary | |
|---|---|
| ExampleApp | Example Application, which creates a new Injector with the help of the
provided StartupModule. |
| ExampleImpl | This class implements the Example interface and is not annotated like the
other Examples, due the fact, that the ExampleModule will bind it
manually. |
| ExampleModule | This is a GuiceModule, which bind the ExampleImpl to the
Example interface and it will be recognized by the
ReflectionsScanner, due the fact that it is annotated with the
GuiceModule. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||