Skip to content

Commit

Permalink
Add Javadoc since for ReflectionHints.registerForInterfaces()
Browse files Browse the repository at this point in the history
See gh-32824
Closed gh-33458
  • Loading branch information
izeye authored and bclozel committed Sep 2, 2024
1 parent aca2649 commit 6e640f0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public ReflectionHints registerTypes(Iterable<TypeReference> types, Consumer<Typ
* @param type the type to consider
* @param typeHint a builder to further customize hints for each type
* @return {@code this}, to facilitate method chaining
* @since 6.2
*/
public ReflectionHints registerForInterfaces(Class<?> type, Consumer<TypeHint.Builder> typeHint) {
Class<?> currentClass = type;
Expand Down

0 comments on commit 6e640f0

Please sign in to comment.