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 Errors
Errors. errorNotifyingTypeListener(TypeListenerBinding listener, TypeLiteral<?> type, java.lang.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 V
DefaultElementVisitor. visit(TypeListenerBinding binding)
V
ElementVisitor. visit(TypeListenerBinding binding)
Visit an injectable type listener binding.
-