程序包 infra.aop.aspectj.autoproxy
@NonNullApi
@NonNullFields
package infra.aop.aspectj.autoproxy
Base classes enabling auto-proxying based on AspectJ.
Support for AspectJ annotation aspects resides in the "aspectj.annotation" package.
-
类说明
AbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect.Implements AspectJ'sPartialOrder.PartialComparableinterface for defining partial orderings.Orders AspectJ advice/advisors by precedence (not invocation order).