@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)
AnnotationScannerscan in interface AnnotationScannerannotation - The annotation to scan forpkg - The package to scan