org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory |
Known Indirect Subclasses
|
Class Overview
Subinterface of 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.
Public Methods
public
abstract
AspectMetadata
getAspectMetadata
()
Return the AspectJ AspectMetadata for this factory's aspect.