mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 21:39:05 +00:00
Polish @EnableAsync imports, etc
This commit is contained in:
+1
-1
@@ -106,8 +106,8 @@ import org.springframework.core.Ordered;
|
||||
*/
|
||||
@Target(ElementType.TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Import(AsyncConfigurationSelector.class)
|
||||
@Documented
|
||||
@Import(AsyncConfigurationSelector.class)
|
||||
public @interface EnableAsync {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user