File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
framework-docs/modules/ROOT/pages/core/aop/ataspectj Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -728,11 +728,6 @@ of determining parameter names, an exception will be thrown.
728
728
`StandardReflectionParameterNameDiscoverer` :: Uses the standard `java.lang.reflect.Parameter`
729
729
API to determine parameter names. Requires that code be compiled with the `-parameters`
730
730
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.
736
731
`AspectJAdviceParameterNameDiscoverer` :: Deduces parameter names from the pointcut
737
732
expression, `returning`, and `throwing` clauses. See the
738
733
{api-spring-framework}/aop/aspectj/AspectJAdviceParameterNameDiscoverer.html[javadoc]
You can’t perform that action at this time.
0 commit comments