Skip to content

Commit

Permalink
Align javadoc of DefaultParameterNameDiscoverer with its behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona authored and sdeleuze committed Nov 16, 2022
1 parent 09a58a5 commit 37b4391
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
*
* <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)}.
*
Expand Down

0 comments on commit 37b4391

Please sign in to comment.