See gh-44447

Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
Johnny Lim
2025-02-27 00:37:39 +09:00
committed by Stéphane Nicoll
parent 80cc1f5a0e
commit 3a5e059387
5 changed files with 13 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ import org.springframework.context.annotation.DependsOn;
public @interface AutoConfigureBefore {
/**
* The auto-configure classes that should have not yet been applied.
* The auto-configuration classes that should have not yet been applied.
* @return the classes
*/
Class<?>[] value() default {};