接口 MetadataAwareAspectInstanceFactory
- 所有超级接口:
AspectInstanceFactory,infra.core.Ordered
- 所有已知实现类:
BeanFactoryAspectInstanceFactory,LazySingletonAspectInstanceFactoryDecorator,PrototypeAspectInstanceFactory,SimpleMetadataAwareAspectInstanceFactory,SingletonMetadataAwareAspectInstanceFactory
Subinterface of
AspectInstanceFactory
that returns AspectMetadata associated with AspectJ-annotated classes.- 从以下版本开始:
- 4.0
- 作者:
- Rod Johnson, Harry Yang
- 另请参阅:
-
字段概要
从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
方法概要
修饰符和类型方法说明Return the best possible creation mutex for this factory.Return the AspectJ AspectMetadata for this factory's aspect.从接口继承的方法 infra.aop.aspectj.AspectInstanceFactory
getAspectClassLoader, getAspectInstance从接口继承的方法 infra.core.Ordered
getOrder
-
方法详细资料
-
getAspectMetadata
AspectMetadata getAspectMetadata()Return the AspectJ AspectMetadata for this factory's aspect.- 返回:
- the aspect metadata
-
getAspectCreationMutex
Return the best possible creation mutex for this factory.- 返回:
- the mutex object (may be
nullfor no mutex to use)
-