Align javadoc of DefaultParameterNameDiscoverer with its behavior

This commit is contained in:
Andy Wilkinson
2022-11-15 19:29:28 +00:00
committed by Sébastien Deleuze
parent 09a58a55bf
commit 37b439182e

View File

@@ -24,8 +24,7 @@ package org.springframework.core;
*
* <p>If a Kotlin reflection implementation is present,
* {@link KotlinReflectionParameterNameDiscoverer} is added first in the list and
* used for Kotlin classes and interfaces. When compiling or running as a GraalVM
* native image, the {@code KotlinReflectionParameterNameDiscoverer} is not used.
* used for Kotlin classes and interfaces.
*
* <p>Further discoverers may be added through {@link #addDiscoverer(ParameterNameDiscoverer)}.
*