Class Slf4jTypeListener

java.lang.Object
io.jenkins.blueocean.commons.guice.Slf4jTypeListener
All Implemented Interfaces:
com.google.inject.spi.TypeListener

public class Slf4jTypeListener extends Object implements com.google.inject.spi.TypeListener
Author:
Vivek Pandey
  • 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 interface com.google.inject.spi.TypeListener