Avoid javadoc failure for line break with annotation reference

See gh-35736
This commit is contained in:
Juergen Hoeller
2025-11-05 12:35:09 +01:00
parent 0243059f53
commit 4f97c41e58
3 changed files with 6 additions and 9 deletions
@@ -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.
*