Skip to content

Commit 7c817dd

Browse files
authored
Remove LocalVariableTableParameterNameDiscoverer reference in doc
See gh-29559 Closes gh-30611
1 parent c916547 commit 7c817dd

File tree

1 file changed

+0
-5
lines changed
  • framework-docs/modules/ROOT/pages/core/aop/ataspectj

1 file changed

+0
-5
lines changed

framework-docs/modules/ROOT/pages/core/aop/ataspectj/advice.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -728,11 +728,6 @@ of determining parameter names, an exception will be thrown.
728728
`StandardReflectionParameterNameDiscoverer` :: Uses the standard `java.lang.reflect.Parameter`
729729
API to determine parameter names. Requires that code be compiled with the `-parameters`
730730
flag for `javac`. Recommended approach on Java 8+.
731-
`LocalVariableTableParameterNameDiscoverer` :: Analyzes the local variable table available
732-
in the byte code of the advice class to determine parameter names from debug information.
733-
Requires that code be compiled with debug symbols (`-g:vars` at a minimum). Deprecated
734-
as of Spring Framework 6.0 for removal in Spring Framework 6.1 in favor of compiling
735-
code with `-parameters`. Not supported in a GraalVM native image.
736731
`AspectJAdviceParameterNameDiscoverer` :: Deduces parameter names from the pointcut
737732
expression, `returning`, and `throwing` clauses. See the
738733
{api-spring-framework}/aop/aspectj/AspectJAdviceParameterNameDiscoverer.html[javadoc]

0 commit comments

Comments
 (0)