Uses of Class
com.google.inject.spi.ModuleAnnotatedMethodScanner
Packages that use ModuleAnnotatedMethodScanner
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Guice (sounds like "juice")
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar
.Guice service provider interface
-
Uses of ModuleAnnotatedMethodScanner in com.google.inject
Methods in com.google.inject with parameters of type ModuleAnnotatedMethodScannerModifier and TypeMethodDescriptionvoid
Binder.scanModulesForAnnotatedMethods
(ModuleAnnotatedMethodScanner scanner) Adds a scanner that will look in all installed modules for annotations the scanner can parse, and binds them like @Provides methods. -
Uses of ModuleAnnotatedMethodScanner in com.google.inject.internal
Methods in com.google.inject.internal that return ModuleAnnotatedMethodScannerMethods in com.google.inject.internal with parameters of type ModuleAnnotatedMethodScannerModifier and TypeMethodDescriptionstatic Module
ProviderMethodsModule.forModule
(Object module, ModuleAnnotatedMethodScanner scanner) Returns a module which creates bindings methods in the module that match the scanner. -
Uses of ModuleAnnotatedMethodScanner in com.google.inject.multibindings
Methods in com.google.inject.multibindings that return ModuleAnnotatedMethodScannerModifier and TypeMethodDescriptionstatic ModuleAnnotatedMethodScanner
MultibindingsScanner.scanner()
Deprecated.This method returns an empty scanner since the preexisting functionality is installed by default. -
Uses of ModuleAnnotatedMethodScanner in com.google.inject.spi
Methods in com.google.inject.spi that return ModuleAnnotatedMethodScannerConstructors in com.google.inject.spi with parameters of type ModuleAnnotatedMethodScannerModifierConstructorDescriptionModuleAnnotatedMethodScannerBinding
(Object source, ModuleAnnotatedMethodScanner scanner)