Skip to content

Commit 6e640f0

Browse files
izeyebclozel
authored andcommitted
Add Javadoc since for ReflectionHints.registerForInterfaces()
See gh-32824 Closed gh-33458
1 parent aca2649 commit 6e640f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public ReflectionHints registerTypes(Iterable<TypeReference> types, Consumer<Typ
182182
* @param type the type to consider
183183
* @param typeHint a builder to further customize hints for each type
184184
* @return {@code this}, to facilitate method chaining
185+
* @since 6.2
185186
*/
186187
public ReflectionHints registerForInterfaces(Class<?> type, Consumer<TypeHint.Builder> typeHint) {
187188
Class<?> currentClass = type;

0 commit comments

Comments
 (0)