Interface ClassFilter


  • public interface ClassFilter
    Filter predicate to determine which scanned classes should be included.
    • Method Detail

      • isMatch

        boolean isMatch​(Class<?> cls)
        Return true if this class should be included in the scan result.