Class ApplicationModule


  • @Module
    public abstract class ApplicationModule
    extends java.lang.Object
    A Module which bootstraps a generic Java application. While most users will use ServerModule to bootstrap a server, this Module 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait