@AspectJ refers to a style of declaring aspects as regular Java classes annotated with Java 5 annotations.
The @AspectJ style was introduced by the AspectJ project as part of the AspectJ 5 release.
Spring 2.0 interprets the same annotations as AspectJ 5, using a library supplied by AspectJ for pointcut parsing and matching.
The AOP runtime is still pure Spring AOP though, and there is no dependency on the AspectJ compiler or weaver.
https://docs.spring.io/spring-framework/docs/3.0.x/spring-framework-reference/html/aop.html