getOrder() Determine the order for this factory's aspect instance,
either an instance-specific order expressed through implementing
the
org.springframework.core.Ordered interface,
or a fallback order.
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