Merge branch '3.3.x' into 3.4.x

Closes gh-44684
This commit is contained in:
Stéphane Nicoll
2025-03-12 08:55:35 +01:00
8 changed files with 15 additions and 19 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 {};