|
From: Dmitriy K. <dko...@ru...> - 2004-07-18 17:03:46
|
>BTW, TransactionProxyFactoryBean's "preInterceptors" and "postInterceptors" also accept Advisors, so "preAdvices" and "postAdvices" wouldn't be entirely correct either and would still have to accept an Object array. Is there a common term that covers both direct advices and advisors with conditional advices? > > > One common term in case of both "advices" and "advisors" that comes to my mind is "aspect". That is - an "advice" is unconditional aspect and an "advisor" is conditional aspect containing advice that should be applied to a given pointcut. Dmitriy. |