Skip to content

Commit 44d7e27

Browse files
committed
Polish
1 parent 54a3f66 commit 44d7e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spring-core/src/main/java/org/springframework/aot/hint/predicate/RuntimeHintsPredicates.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525

2626
/**
2727
* Static generator of predicates that test whether the given {@link RuntimeHints}
28-
* instance matches the expected behavior for reflection, resource, or proxy generation.
28+
* instance matches the expected behavior for reflection, resource, serialization,
29+
* or proxy generation.
2930
*
3031
* <p>This utility class can be used by {@link RuntimeHintsRegistrar} to conditionally
3132
* register hints depending on what's present already. This can also be used as a
@@ -36,6 +37,7 @@
3637
* </pre>
3738
*
3839
* @author Brian Clozel
40+
* @author Stephane Nicoll
3941
* @since 6.0
4042
*/
4143
public abstract class RuntimeHintsPredicates {

0 commit comments

Comments
 (0)