Interface | Description |
---|---|
DependencyContainerService | Some components call Components.createInstance() directly which makes testing tricky sometimes. |
Trait | Description |
---|---|
UsesDependencyService | A trait that can be implemented by any class that wishes to use the dependency container. |
Class | Description |
---|---|
ApplicationDependencyContainerService |
|
NamedMethodMatcher | Created because Guice doesn't have one. |