Uses of Class
com.google.inject.spi.RequireExactBindingAnnotationsOption
-
Packages that use RequireExactBindingAnnotationsOption Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of RequireExactBindingAnnotationsOption in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type RequireExactBindingAnnotationsOption Modifier and Type Method Description java.lang.BooleanInjectorOptionsProcessor. visit(RequireExactBindingAnnotationsOption option) -
Uses of RequireExactBindingAnnotationsOption in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type RequireExactBindingAnnotationsOption Modifier and Type Method Description VDefaultElementVisitor. visit(RequireExactBindingAnnotationsOption option)VElementVisitor. visit(RequireExactBindingAnnotationsOption option)Visit a require exact binding annotations command.
-