【Spring源碼分析】25-Spring異步實現原理

@EnableAsync用於開啓Spring bean異步方法的能力。下面是註解EnableAsync的定義。java @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Import(AsyncConfigurationSelector.class) public @interface Enable
相關文章
相關標籤/搜索