| org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory |
Known Indirect Subclasses
BeanFactoryAspectInstanceFactory,
LazySingletonAspectInstanceFactoryDecorator,
PrototypeAspectInstanceFactory,
SimpleMetadataAwareAspectInstanceFactory,
SingletonMetadataAwareAspectInstanceFactory
| |||||||||||||||||||||
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.
AspectMetadata|
[Expand]
Inherited Constants | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.Ordered
| |||||||||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the AspectJ AspectMetadata for this factory's aspect.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.aop.aspectj.AspectInstanceFactory
| |||||||||||||||
From interface
org.springframework.core.Ordered
| |||||||||||||||
Return the AspectJ AspectMetadata for this factory's aspect.
