We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HandlerAdapter
1 parent 1171c9d commit 439d9caCopy full SHA for 439d9ca
spring-kafka/src/main/java/org/springframework/kafka/listener/adapter/HandlerAdapter.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2015-2024 the original author or authors.
+ * Copyright 2015-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
17
package org.springframework.kafka.listener.adapter;
18
19
+import java.lang.reflect.Method;
20
21
import org.springframework.core.KotlinDetector;
22
import org.springframework.lang.Nullable;
0 commit comments