Class AnnotationScannerFactory

java.lang.Object
io.smallrye.openapi.runtime.scanner.spi.AnnotationScannerFactory
All Implemented Interfaces:
Supplier<Iterable<AnnotationScanner>>

public class AnnotationScannerFactory extends Object implements Supplier<Iterable<AnnotationScanner>>
Factory that allows plugging in more scanners.
Author:
Phillip Kruger (phillip.kruger@redhat.com)