Interface ClassVisitor
-
public interface ClassVisitorVisitor for classpath scanner.- Since:
- 01.09.2014
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(java.lang.Class<?> type)Called for every class found by classpath scanner (but avoiding classes annotated with@InvisibleForScanner).
-