Package com.google.inject.internal
Class ModuleAnnotatedMethodScannerProcessor
java.lang.Object
com.google.inject.spi.DefaultElementVisitor<Boolean>
com.google.inject.internal.AbstractProcessor
com.google.inject.internal.ModuleAnnotatedMethodScannerProcessor
- All Implemented Interfaces:
ElementVisitor<Boolean>
Handles
Binder.scanModulesForAnnotatedMethods commands.-
Field Summary
Fields inherited from class com.google.inject.internal.AbstractProcessor
errors, injector -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.inject.internal.AbstractProcessor
process, process, visitOther
-
Constructor Details
-
ModuleAnnotatedMethodScannerProcessor
ModuleAnnotatedMethodScannerProcessor(Errors errors)
-
-
Method Details
-
visit
Description copied from interface:ElementVisitorVisits aBinder.scanModulesForAnnotatedMethods(com.google.inject.spi.ModuleAnnotatedMethodScanner)command.- Specified by:
visitin interfaceElementVisitor<Boolean>- Overrides:
visitin classDefaultElementVisitor<Boolean>
-