Missing aspectj-autoproxy
Reports @Aspect
annotations in Spring versions earlier than 2.5 if there is no <aop:aspectj-autoproxy/> element in the XML configuration.
Example:
@Aspect // '@AspectJ support isn't enabled
class MyAspect {
...
}
<beans>
<!-- <aop:aspectj-autoproxy/> -->
</beans>
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Spring, 233.SNAPSHOT |
Last modified: 13 July 2023