Fix javadoc warning

The `@deprecated` tag cannot be used on module-info. This commit adapts
the deprecation notice accordingly.

Closes gh-41481
This commit is contained in:
Stéphane Nicoll 2024-07-14 11:33:46 +02:00
parent c693b2bd8c
commit 2975a8ce3f
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
/**
* Mockito integration for Spring Boot tests.
* @deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
* <p>
* Deprecated since 3.4.0 for removal in 3.6.0 in favor of Spring Framework's
* {@link org.springframework.test.context.bean.override.mockito.MockitoBean} and
* {@link org.springframework.test.context.bean.override.mockito.MockitoSpyBean}
*/