public interface ClassScanner<I> extends Scanner<java.lang.Class<?>,I>
Set of all Classes available based on the input.JarScanner,
PackageScanner| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.Class<?>> |
scan(I input)
Scans for all applicable
Ts based on the given input I |