Class ApplicationModule
- java.lang.Object
-
- org.curioswitch.common.server.framework.ApplicationModule
-
@Module public abstract class ApplicationModule extends java.lang.Object
AModule
which bootstraps a generic Java application. While most users will useServerModule
to bootstrap a server, thisModule
can be useful when some server logic is reused inside a non-server app, such as a batch job. At some point, these may be separated into separate artifacts.