Remove statement that users could be on Java < 5

Closes gh-29694
This commit is contained in:
Simon Baslé 2022-12-15 15:01:55 +01:00 committed by Sam Brannen
parent 929d5567b8
commit b51a14ff92
1 changed files with 1 additions and 2 deletions

View File

@ -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