@AspectJ argument name resolution algorithm is outdated in reference manual #30026
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
The
Determining Argument Names
section of the AOP chapter in the reference manual currently states: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
.The text was updated successfully, but these errors were encountered: