Class Slf4jTypeListener
java.lang.Object
io.jenkins.blueocean.commons.guice.Slf4jTypeListener
- All Implemented Interfaces:
com.google.inject.spi.TypeListener
- Author:
- Vivek Pandey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<I> void
hear
(com.google.inject.TypeLiteral<I> iTypeLiteral, com.google.inject.spi.TypeEncounter<I> iTypeEncounter)
-
Constructor Details
-
Slf4jTypeListener
public Slf4jTypeListener()
-
-
Method Details
-
hear
public <I> void hear(com.google.inject.TypeLiteral<I> iTypeLiteral, com.google.inject.spi.TypeEncounter<I> iTypeEncounter) - Specified by:
hear
in interfacecom.google.inject.spi.TypeListener
-