Package | Description |
---|---|
io.github.lukehutch.fastclasspathscanner |
Modifier and Type | Method and Description |
---|---|
<T> FastClasspathScanner |
FastClasspathScanner.matchSubinterfacesOf(Class<T> superInterface,
SubinterfaceMatchProcessor<T> subinterfaceMatchProcessor)
Calls the provided SubInterfaceMatchProcessor if an interface that extends a given superinterface is found on the
classpath.
|
Copyright © 2015. All rights reserved.