Package io.avaje.classpath.scanner
Interface ClassFilter
-
public interface ClassFilter
Filter predicate to determine which scanned classes should be included.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMatch(Class<?> cls)Return true if this class should be included in the scan result.
-