程序包的使用
infra.aop.aspectj.annotation
程序包
说明
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
-
类说明Abstract base class for factories that can create Framework AOP Advisors given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.Class modeling an AspectJ annotation, exposing its type enumeration and pointcut String.Enum for AspectJ annotation types.Interface for factories that can create Framework AOP Advisors from classes annotated with AspectJ annotation syntax.Metadata for an AspectJ aspect class, with an additional Framework AOP pointcut for the per clause.
AspectInstanceFactoryimplementation backed by a FrameworkBeanFactory.Helper for retrieving @AspectJ beans from a BeanFactory and building Framework Advisors based on them, for use with auto-proxying.Decorator to cause aMetadataAwareAspectInstanceFactoryto instantiate only once.Subinterface ofAspectInstanceFactorythat returnsAspectMetadataassociated with AspectJ-annotated classes.