Skip to content

Commit

Permalink
Remove statement that users could be on Java < 5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle authored and mdeinum committed Jun 29, 2023
1 parent ed0b548 commit 6033d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework-docs/src/docs/asciidoc/core/core-aop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2920,8 +2920,7 @@ AspectJ. You also need to use AspectJ if you wish to advise join points other th
simple method executions (for example, field get or set join points and so on).

When you use AspectJ, you have the choice of the AspectJ language syntax (also known as
the "`code style`") or the @AspectJ annotation style. Clearly, if you do not use Java
5+, the choice has been made for you: Use the code style. If aspects play a large
the "`code style`") or the @AspectJ annotation style. If aspects play a large
role in your design, and you are able to use the https://www.eclipse.org/ajdt/[AspectJ
Development Tools (AJDT)] plugin for Eclipse, the AspectJ language syntax is the
preferred option. It is cleaner and simpler because the language was purposefully
Expand Down

0 comments on commit 6033d64

Please sign in to comment.