Correctly document Propagation.NOT_SUPPORTED in javadoc
See gh-31907
This commit is contained in:
parent
174eae377f
commit
b4174377c2
|
@ -26,7 +26,7 @@ import org.springframework.transaction.event.TransactionalEventListenerFactory;
|
|||
* Extension of {@link TransactionalEventListenerFactory},
|
||||
* detecting invalid transaction configuration for transactional event listeners:
|
||||
* {@link Transactional} only supported with {@link Propagation#REQUIRES_NEW}
|
||||
* and {@link Propagation#NEVER}.
|
||||
* and {@link Propagation#NOT_SUPPORTED}.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 6.1
|
||||
|
|
Loading…
Reference in New Issue