Skip to content

Commit e51efef

Browse files
committed
Merge pull request #44306 from nosan
* pr/44306: Fix build Closes gh-44306
2 parents 045fbee + 35a77e2 commit e51efef

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigureAfter.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* In the unusual case that an auto-configuration class is not a top-level class, its
5555
* class name should use {@code $} to separate it from its containing class, for
5656
* example {@code com.example.Outer$NestedAutoConfiguration}.
57+
* @return the class names
5758
* @since 1.2.2
5859
*/
5960
String[] name() default {};

0 commit comments

Comments
 (0)