The Determining Argument Names
section of the AOP chapter in the reference manual currently states:
Parameter names are not available through Java reflection, ...
However, since Spring Framework 4.0 we have supported argument name resolution via the java.lang.reflect.Parameter
API introduced in Java 8 (see #14277).
We therefore need to update the reference manual to reflect support for compiling with -parameters
.
Comment From: sbrannen
Related Issues
-
30055
Comment From: sbrannen
Reopening to revise content