Skip to content

Commit f67f38b

Browse files
committed
doc: 源码注释
1 parent d5aec3f commit f67f38b

File tree

1 file changed

+1
-0
lines changed
  • spring-context/src/main/java/org/springframework/scheduling/annotation

1 file changed

+1
-0
lines changed

spring-context/src/main/java/org/springframework/scheduling/annotation/Async.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
* through: e.g. Spring's {@link AsyncResult}, EJB 3.1's {@link javax.ejb.AsyncResult},
4545
* or {@link java.util.concurrent.CompletableFuture#completedFuture(Object)}.
4646
*
47+
* 异步注解
4748
* @author Juergen Hoeller
4849
* @author Chris Beams
4950
* @since 3.0

0 commit comments

Comments
 (0)