Package io.micronaut.core.io.scan
Micronaut core scan with annotation.
- Since:
- 1.0
-
Interface Summary Interface Description AnnotationScanner Interface for classes that scan for classes with a given annotation.ClassPathResourceLoader Abstraction to load resources from the classpath. -
Class Summary Class Description BeanIntrospectionScanner An implementation ofAnnotationScanner
that scans availableBeanIntrospection
instances through theBeanIntrospector
API.DefaultClassPathResourceLoader Loads resources from the classpath.