Gets or sets the name of the advice object that this advisor should refer to.
The name of the advice object.
An instance of the specified object will be obtained on first access of this advisor's advice. This advisor will only ever obtain at most one single instance of the advice object, caching the instance for the lifetime of the advisor.
AbstractObjectFactoryPointcutAdvisor Class | Spring.Aop.Support Namespace