public interface AspectInstanceFactory extends Ordered
Extends the Ordered
interface
to express an order value for the underlying aspect in a chain.
BeanFactory.getBean(java.lang.String)
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getAspectClassLoader()
Expose the aspect class loader that this factory uses.
|
Object |
getAspectInstance()
Create an instance of this factory's aspect.
|
Object getAspectInstance()
null
)ClassLoader getAspectClassLoader()
null
)