Package org.springframework.guice.module
Class GuiceModuleMetadata
java.lang.Object
org.springframework.guice.module.GuiceModuleMetadata
- All Implemented Interfaces:
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
-
Constructor Details
-
GuiceModuleMetadata
public GuiceModuleMetadata()
-
-
Method Details
-
include
-
exclude
-
include
-
exclude
-
include
-
exclude
-
matches
- Specified by:
matchesin interfaceBindingTypeMatcher
-