首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
annotatedelementutils专题
SpringBoot 注解相关工具类(AnnotationUtils、AnnotatedElementUtils...)
@Target(ElementType.TYPE)@Retention(RetentionPolicy.RUNTIME)@Documented@Scope("singleton")@Component// 表明注解会被子类继承@Inheritedpublic @interface SingletonComponent {@AliasFor(annotation = Component
阅读更多...