Interface PluginAnnotationScanner<R>
- All Known Subinterfaces:
MethodAnnotationScanner
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PluginAnnotationScanner<Void>static PluginAnnotationScanner<List<?>>list(PluginAnnotationScanner<?>... scanners) static PluginAnnotationScanner<List<?>>list(Collection<PluginAnnotationScanner<?>> scanners)
-
Method Details
-
consume
-
list
-
list
-
scan
-