Uses of Class
com.google.inject.spi.TypeListenerBinding
-
Packages that use TypeListenerBinding Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of TypeListenerBinding in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type TypeListenerBinding Modifier and Type Method Description ErrorsErrors. errorNotifyingTypeListener(TypeListenerBinding listener, TypeLiteral<?> type, Throwable cause) -
Uses of TypeListenerBinding in com.google.inject.spi
Methods in com.google.inject.spi with parameters of type TypeListenerBinding Modifier and Type Method Description VDefaultElementVisitor. visit(TypeListenerBinding binding)VElementVisitor. visit(TypeListenerBinding binding)Visit an injectable type listener binding.
-