Uses of Interface
org.aoju.bus.core.scanner.AnnotationScanner
Packages that use AnnotationScanner
Package
Description
扫描包/注解等封装
注解包扫描封装
-
Uses of AnnotationScanner in org.aoju.bus.core.scanner
Methods in org.aoju.bus.core.scanner with parameters of type AnnotationScannerModifier and TypeMethodDescriptionstatic List<Annotation> AnnotationScanner.scanByAllScanner(AnnotatedElement annotatedEle, AnnotationScanner... scanners) 根据指定的扫描器,扫描元素上可能存在的注解static List<Annotation> AnnotationScanner.scanByAnySupported(AnnotatedElement annotatedEle, AnnotationScanner... scanners) 给定一组扫描器,使用第一个支持处理该类型元素的扫描器获取元素上可能存在的注解 -
Uses of AnnotationScanner in org.aoju.bus.core.scanner.annotation
Classes in org.aoju.bus.core.scanner.annotation that implement AnnotationScannerModifier and TypeClassDescriptionclassAbstractTypeScanner<T extends AbstractTypeScanner<T>>为需要从类的层级结构中获取注解的AnnotationScanner提供基本实现class扫描Field上的注解class扫描注解类上存在的注解,支持处理枚举实例或枚举类型 需要注意,当待解析是枚举类时,有可能与TypeScanner冲突class扫描Method上的注解class扫描Class上的注解