Skip to content

Commit b51a14f

Browse files
simonbaslesbrannen
authored andcommitted
Remove statement that users could be on Java < 5
Closes spring-projectsgh-29694
1 parent 929d556 commit b51a14f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

framework-docs/src/docs/asciidoc/core/core-aop.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,8 +2920,7 @@ AspectJ. You also need to use AspectJ if you wish to advise join points other th
29202920
simple method executions (for example, field get or set join points and so on).
29212921

29222922
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
29252924
role in your design, and you are able to use the https://www.eclipse.org/ajdt/[AspectJ
29262925
Development Tools (AJDT)] plugin for Eclipse, the AspectJ language syntax is the
29272926
preferred option. It is cleaner and simpler because the language was purposefully

0 commit comments

Comments
 (0)