annotatedelementutils专题

SpringBoot 注解相关工具类(AnnotationUtils、AnnotatedElementUtils...)

@Target(ElementType.TYPE)@Retention(RetentionPolicy.RUNTIME)@Documented@Scope("singleton")@Component// 表明注解会被子类继承@Inheritedpublic @interface SingletonComponent {@AliasFor(annotation = Component