AnnotationMetadata 本文可能存在错误
作者: Tzz1194593491创建于 2024年1月17日更新于 2024年1月17日
The scan here scans classes with the specified annotation. However, after debugging the source code, it turns out that the scan targets the methods of the target class, whether they have the specified annotation.
Target class
内容来源: xuchengsheng/spring-reading