Loading

摘要: Import注解源码 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Import { /** * {@link Configuration @Configurat 阅读全文
posted @ 2020-11-30 17:28 繁夏 阅读(275) 评论(0) 推荐(0)
摘要: 转自Spring中@Import注解的作用和使用 Import注解源码 @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface Import { /** * {@link 阅读全文
posted @ 2020-11-30 15:07 繁夏 阅读(26) 评论(0) 推荐(0)