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.
1 parent 09a58a5 commit 37b4391Copy full SHA for 37b4391
spring-core/src/main/java/org/springframework/core/DefaultParameterNameDiscoverer.java
@@ -24,8 +24,7 @@
24
*
25
* <p>If a Kotlin reflection implementation is present,
26
* {@link KotlinReflectionParameterNameDiscoverer} is added first in the list and
27
- * used for Kotlin classes and interfaces. When compiling or running as a GraalVM
28
- * native image, the {@code KotlinReflectionParameterNameDiscoverer} is not used.
+ * used for Kotlin classes and interfaces.
29
30
* <p>Further discoverers may be added through {@link #addDiscoverer(ParameterNameDiscoverer)}.
31
0 commit comments