We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a496836 commit 56194a1Copy full SHA for 56194a1
spring-tx/src/main/java/org/springframework/transaction/annotation/Transactional.java
@@ -98,7 +98,7 @@
98
Isolation isolation() default Isolation.DEFAULT;
99
100
/**
101
- * The timeout for this transaction.
+ * The timeout for this transaction (in seconds).
102
* <p>Defaults to the default timeout of the underlying transaction system.
103
* <p>Exclusively designed for use with {@link Propagation#REQUIRED} or
104
* {@link Propagation#REQUIRES_NEW} since it only applies to newly started
0 commit comments