File tree 1 file changed +1
-2
lines changed
framework-docs/src/docs/asciidoc/core 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2920,8 +2920,7 @@ AspectJ. You also need to use AspectJ if you wish to advise join points other th
2920
2920
simple method executions (for example, field get or set join points and so on).
2921
2921
2922
2922
When you use AspectJ, you have the choice of the AspectJ language syntax (also known as
2923
- the "`code style`") or the @AspectJ annotation style. Clearly, if you do not use Java
2924
- 5+, the choice has been made for you: Use the code style. If aspects play a large
2923
+ the "`code style`") or the @AspectJ annotation style. If aspects play a large
2925
2924
role in your design, and you are able to use the https://www.eclipse.org/ajdt/[AspectJ
2926
2925
Development Tools (AJDT)] plugin for Eclipse, the AspectJ language syntax is the
2927
2926
preferred option. It is cleaner and simpler because the language was purposefully
You can’t perform that action at this time.
0 commit comments