Package org.springframework.guice.module
Interface BindingTypeMatcher
-
- All Known Implementing Classes:
GuiceModuleMetadata
public interface BindingTypeMatcherUtility to check whether a binding matches the given name and type.- Author:
- Dave Syer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(String name, Type type)
-