Fix javadoc warning in spring-security-access

Signed-off-by: Joe Kuhel <4983938+jkuhel@users.noreply.github.com>
This commit is contained in:
Joe Kuhel 2026-01-21 00:27:49 -05:00 committed by Rob Winch
parent 6695505676
commit 2206815ad9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
plugins {
id 'javadoc-warnings-error'
}
apply plugin: 'io.spring.convention.spring-module'
dependencies {

View File

@ -53,7 +53,9 @@ import org.springframework.util.CollectionUtils;
*
* @author Ben Alex
* @author Luke Taylor
* @deprecated Use {@link EnableMethodSecurity} or publish interceptors directly
* @deprecated Use
* <code>org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity</code>
* or publish interceptors directly
*/
@NullUnmarked
@Deprecated