Add Javadoc since for ReflectionHints.registerForInterfaces()

See gh-32824
Closed gh-33458
This commit is contained in:
Johnny Lim
2024-08-31 23:38:04 +09:00
committed by Brian Clozel
parent aca264942d
commit 6e640f0800

View File

@@ -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;