Class BeanIntrospectionScanner

java.lang.Object
io.micronaut.core.io.scan.BeanIntrospectionScanner
All Implemented Interfaces:
AnnotationScanner

@Internal public class BeanIntrospectionScanner extends Object implements AnnotationScanner
An implementation of AnnotationScanner that scans available BeanIntrospection instances through the BeanIntrospector API.
Since:
3.0.0
Author:
graemerocher