Interface MetadataAwareAspectInstanceFactory
- All Superinterfaces:
- AspectInstanceFactory, Ordered
- All Known Implementing Classes:
- BeanFactoryAspectInstanceFactory, LazySingletonAspectInstanceFactoryDecorator, PrototypeAspectInstanceFactory, SimpleMetadataAwareAspectInstanceFactory, SingletonMetadataAwareAspectInstanceFactory
Subinterface of 
AspectInstanceFactory
that returns AspectMetadata associated with AspectJ-annotated classes.- Since:
- 2.0
- Author:
- Rod Johnson
- See Also:
- 
Field SummaryFields inherited from interface OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryModifier and TypeMethodDescriptionGet the best possible creation mutex for this factory.Get the AspectJ AspectMetadata for this factory's aspect.Methods inherited from interface AspectInstanceFactorygetAspectClassLoader, getAspectInstance
- 
Method Details- 
getAspectMetadataAspectMetadata getAspectMetadata()Get the AspectJ AspectMetadata for this factory's aspect.- Returns:
- the aspect metadata
 
- 
getAspectCreationMutex
 
-