Annotation Type EnableGuiceModules
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Import(org.springframework.guice.annotation.ModuleRegistryConfiguration.class) public @interface EnableGuiceModules
Enable spring beans that are themselves a GuiceModuleto contribute dependencies via the bindings in Guice.- Author:
- Dave Syer