public SimpleMetadataAwareAspectInstanceFactory(Class aspectClass, String aspectName)(Code)
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class.
Parameters: aspectClass - the aspect class Parameters: aspectName - the aspect name
protected int getOrderForAspectClass(Class aspectClass)(Code)
Determine a fallback order for the case that the aspect instance
does not express an instance-specific order through implementing
the
org.springframework.core.Ordered interface.
The default implementation simply returns Ordered.LOWEST_PRECEDENCE.
Parameters: aspectClass - the aspect class
Methods inherited from org.springframework.aop.aspectj.SimpleAspectInstanceFactory