Class Slf4jTypeListener

  • All Implemented Interfaces:
    com.google.inject.spi.TypeListener

    public class Slf4jTypeListener
    extends Object
    implements com.google.inject.spi.TypeListener
    Author:
    Vivek Pandey
    • Constructor Detail

      • Slf4jTypeListener

        public Slf4jTypeListener()
    • Method Detail

      • 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