Interface ClassVisitor


  • public interface ClassVisitor
    Visitor for classpath scanner.
    Since:
    01.09.2014
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void visit​(java.lang.Class<?> type)
      Called for every class found by classpath scanner (but avoiding classes annotated with @InvisibleForScanner).
    • Method Detail

      • visit

        void visit​(java.lang.Class<?> type)
        Called for every class found by classpath scanner (but avoiding classes annotated with @InvisibleForScanner).
        Parameters:
        type - type to investigate