Align javadoc of DefaultParameterNameDiscoverer with its behavior
This commit is contained in:
committed by
Sébastien Deleuze
parent
09a58a55bf
commit
37b439182e
@@ -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)}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user