mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Avoid javadoc failure for line break with annotation reference
See gh-35736
This commit is contained in:
+2
-3
@@ -27,9 +27,8 @@ import org.springframework.transaction.TransactionManager;
|
||||
* if there are two {@code PlatformTransactionManager} beans (or two
|
||||
* {@code ReactiveTransactionManager} beans) present in the container.
|
||||
*
|
||||
* <p>Typically implemented by
|
||||
* @{@link org.springframework.context.annotation.Configuration Configuration}
|
||||
* classes annotated with @{@link EnableTransactionManagement}.
|
||||
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
|
||||
* Configuration} classes annotated with @{@link EnableTransactionManagement}.
|
||||
* See @{@link EnableTransactionManagement} for general examples and context;
|
||||
* see {@link #annotationDrivenTransactionManager()} for detailed instructions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user