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
@@ -26,9 +26,8 @@ import org.springframework.lang.Nullable;
* Interface to be implemented for explicitly specifying how caches are resolved
* and how keys are generated for annotation-driven cache management.
*
* <p>Typically implemented by
* @{@link org.springframework.context.annotation.Configuration Configuration}
* classes annotated with @{@link EnableCaching}.
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
* Configuration} classes annotated with @{@link EnableCaching}.
* See @{@link EnableCaching} for general examples and context; see
* {@link #cacheManager()}, {@link #cacheResolver()}, {@link #keyGenerator()},
* and {@link #errorHandler()} for detailed instructions.
@@ -27,9 +27,8 @@ import org.springframework.lang.Nullable;
* instance used to process exceptions thrown from async methods with a {@code void}
* return type.
*
* <p>Typically implemented by
* @{@link org.springframework.context.annotation.Configuration Configuration}
* classes annotated with @{@link EnableAsync}.
* <p>Typically implemented by @{@link org.springframework.context.annotation.Configuration
* Configuration} classes annotated with @{@link EnableAsync}.
* See the @{@link EnableAsync} javadoc for usage examples.
*
* <p><b>NOTE: An {@code AsyncConfigurer} will get initialized early.</b>