| org.springframework.aop.aspectj.AspectInstanceFactory |
Interface implemented to provide an instance of an AspectJ aspect. Decouples from Spring's bean factory.
Extends the Ordered interface
to express an order value for the underlying aspect in a chain.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.Ordered
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Expose the aspect class loader that this factory uses.
| |||||||||||
Create an instance of this factory's aspect.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.core.Ordered
| |||||||||||
Expose the aspect class loader that this factory uses.
null)
Create an instance of this factory's aspect.
null)