Package org.spincast.core.guice
package org.spincast.core.guice
-
ClassDescriptionWhen you use
GuiceModuleUtils.createInterceptorModule(Class, Class, boolean)
, you can annotate some methods with this to prevent them from being intercepted.Guice AOP Method Matcher that will matche on the name of the method.Utilities to inspect/manipulate Guice modules.Spincast plugin made available through a ThreadLocal.Used to bind and inject the arguments passed to the "public static void main(String[] args)" method.Interface for Guice modules that are interested in having the application Modules (combined) passed before the Guice context is actually created.Interface for Guice modules that are interested in the Request Context type and the Websocket Context type.Spincast core pluginBase class for a Spincast Guice module.Custom Guice scoped defined by Spincast.Suggested base class for a Spincast plugin.Guice scope for arequest
.Annotation for object that need to be request scoped.Used to indicate if the code is run from tests!