Add Javadoc since for ReflectionHints.registerForInterfaces()

See gh-32824
Closed gh-33458
This commit is contained in:
Johnny Lim
2024-09-02 16:21:35 +02:00
committed by Brian Clozel
parent aca264942d
commit 6e640f0800
@@ -182,6 +182,7 @@ public class ReflectionHints {
* @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;