Uses of Class
com.google.inject.spi.ModuleAnnotatedMethodScanner
-
Packages that use ModuleAnnotatedMethodScanner Package Description com.google.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.com.google.inject.multibindings Extension for binding multiple instances in a collection; this extension requiresguice-multibindings.jar
.com.google.inject.spi Guice service provider interface -
-
Uses of ModuleAnnotatedMethodScanner in com.google.inject
Methods in com.google.inject with parameters of type ModuleAnnotatedMethodScanner Modifier and Type Method Description void
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.multibindings
Methods in com.google.inject.multibindings that return ModuleAnnotatedMethodScanner Modifier and Type Method Description static 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 ModuleAnnotatedMethodScanner Modifier and Type Method Description ModuleAnnotatedMethodScanner
ModuleAnnotatedMethodScannerBinding. getScanner()
Constructors in com.google.inject.spi with parameters of type ModuleAnnotatedMethodScanner Constructor Description ModuleAnnotatedMethodScannerBinding(Object source, ModuleAnnotatedMethodScanner scanner)
-