|
spring-aop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataAwareAspectInstanceFactory
Subinterface of AspectInstanceFactory
that returns AspectMetadata
associated with AspectJ-annotated classes.
Ideally, AspectInstanceFactory would include this method itself, but because
AspectMetadata uses Java-5-only AjType
,
we need to split out this subinterface.
AspectMetadata
,
AjType
Field Summary |
---|
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Method Summary | |
---|---|
AspectMetadata |
getAspectMetadata()
Return the AspectJ AspectMetadata for this factory's aspect. |
Methods inherited from interface org.springframework.aop.aspectj.AspectInstanceFactory |
---|
getAspectClassLoader, getAspectInstance |
Methods inherited from interface org.springframework.core.Ordered |
---|
getOrder |
Method Detail |
---|
AspectMetadata getAspectMetadata()
|
spring-aop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |