| Subinterface of
org.springframework.aop.aspectj.AspectInstanceFactory that returns
AspectMetadata associated with AspectJ-annotated classes.
Ideally, AspectInstanceFactory would include this method itself, but because
AspectMetadata uses Java-5-only
org.aspectj.lang.reflect.AjType ,
we need to split out this subinterface.
author: Rod Johnson since: 2.0 See Also: AspectMetadata See Also: org.aspectj.lang.reflect.AjType |