@Internal public class BeanIntrospectionScanner extends Object implements AnnotationScanner
AnnotationScanner
that scans available BeanIntrospection
instances through the BeanIntrospector
API.Constructor and Description |
---|
BeanIntrospectionScanner() |
Modifier and Type | Method and Description |
---|---|
Stream<Class<?>> |
scan(String annotation,
String pkg)
Scan the given packages.
|
@NonNull public Stream<Class<?>> scan(@NonNull String annotation, @NonNull String pkg)
AnnotationScanner
scan
in interface AnnotationScanner
annotation
- The annotation to scan forpkg
- The package to scan