Interface ScannerFilter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Class testClass)
      Indicates if the class should be accepted by the directory scanner
    • Method Detail

      • accept

        boolean accept​(java.lang.Class testClass)
        Indicates if the class should be accepted by the directory scanner
        Parameters:
        testClass - The class in question
        Returns:
        true if the class should be part of the directory scan result.