Skip to content

Commit adb7338

Browse files
committed
Merge branch '6.0.x'
2 parents 7dc0653 + 73766c0 commit adb7338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-core/src/main/java/org/springframework/aot/hint/support/FilePatternResourceHintsRegistrar.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public FilePatternResourceHintsRegistrar(List<String> names, List<String> locati
6565
* {@linkplain Builder#withClasspathLocations(String...) classpath locations}.
6666
* @param locations the classpath locations
6767
* @return a {@link Builder} to further configure the registrar
68+
* @since 6.0.12
6869
*/
6970
public static Builder forClassPathLocations(String... locations) {
7071
Assert.notEmpty(locations, "At least one classpath location should be specified");
@@ -91,6 +92,7 @@ public void registerHints(ResourceHints hints, @Nullable ClassLoader classLoader
9192

9293
/**
9394
* Builder for {@link FilePatternResourceHintsRegistrar}.
95+
* @since 6.0.12
9496
*/
9597
public static final class Builder {
9698

0 commit comments

Comments
 (0)