T - The type of thing to scan forI - The input options that determine the scan parameterspublic interface Scanner<T,I>
Set of all Ts available based on the given input.
Right now only class scanners are implemented.ClassScanner| Modifier and Type | Method and Description |
|---|---|
java.util.Set<T> |
scan(I input)
Scans for all applicable
Ts based on the given input I |