Class GuiceModuleMetadata

java.lang.Object
org.springframework.guice.module.GuiceModuleMetadata
All Implemented Interfaces:
BindingTypeMatcher

public class GuiceModuleMetadata extends Object implements BindingTypeMatcher
Encapsulates some metadata about a Guice module that is to be created from a Spring application context. Can be used directly as a @Bean, but it is easier to just add @ GuiceModule to your @Configuration.
Author:
Dave Syer