Annotation Interface EnableGuiceModules


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