Add Javadoc since for ReflectionHints.registerForInterfaces()
See gh-32824 Closed gh-33458
This commit is contained in:
@@ -182,6 +182,7 @@ public class ReflectionHints {
|
|||||||
* @param type the type to consider
|
* @param type the type to consider
|
||||||
* @param typeHint a builder to further customize hints for each type
|
* @param typeHint a builder to further customize hints for each type
|
||||||
* @return {@code this}, to facilitate method chaining
|
* @return {@code this}, to facilitate method chaining
|
||||||
|
* @since 6.2
|
||||||
*/
|
*/
|
||||||
public ReflectionHints registerForInterfaces(Class<?> type, Consumer<TypeHint.Builder> typeHint) {
|
public ReflectionHints registerForInterfaces(Class<?> type, Consumer<TypeHint.Builder> typeHint) {
|
||||||
Class<?> currentClass = type;
|
Class<?> currentClass = type;
|
||||||
|
|||||||
Reference in New Issue
Block a user