| Interface | Description |
|---|---|
| SpincastAppModuleInterested |
Interface for Guice modules that are interested in
having the application Modules (combined) passed
before the Guice context is actually created.
|
| SpincastContextTypesInterested |
Interface for Guice modules that are interested in
the Request Context type and the Websocket Context type.
|
| SpincastGuiceScopes |
Custom Guice scoped defined by Spincast.
|
| SpincastPlugin |
| Class | Description |
|---|---|
| GuiceModuleUtils |
Utilities to inspect/manipulate
Guice modules.
|
| GuiceTweaker |
Spincast plugin made available through a ThreadLocal.
|
| SpincastCorePlugin |
Spincast core plugin
|
| SpincastCorePluginModule | |
| SpincastGuiceModuleBase |
Base class for a Spincast Guice module.
|
| SpincastPluginBase |
Suggested base class for a Spincast plugin.
|
| SpincastRequestScope |
Guice scope for a
request. |
| Annotation Type | Description |
|---|---|
| MainArgs |
Used to bind and inject the arguments passed to the
"public static void main(String[] args)" method.
|
| SpincastRequestScoped |
Annotation for object that need to be request scoped.
|
| TestingMode |
Used to indicate if the code is run from tests!
|
Copyright © 2017. All rights reserved.