| Package | Description |
|---|---|
| org.springframework.aop.aspectj.annotation |
Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReflectiveAspectJAdvisorFactory
Factory that can create Spring AOP Advisors given AspectJ classes from
classes honoring AspectJ's annotation syntax, using reflection to invoke the
corresponding advice methods.
|