Skip to content

@AspectJ argument name resolution algorithm is outdated in reference manual #30026

Closed
@sbrannen

Description

@sbrannen

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.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: documentationA documentation task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions