mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Avoid javadoc failure for line break with annotation reference
See gh-35736
This commit is contained in:
+2
-3
@@ -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.
|
||||
|
||||
+2
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user