abstractpublic class AbstractCompassInterceptor implements InitializingBean(Code)
A base class for all Compass Aop interceptors. Holds a reference to a
Compass instance.
It also holds information regarding the "location" of the data object (the
one that will be saved/created/deleted). It can be the return value if the
flag useReturnValue is set (it is not set bt default), or one
of the method parameters (defaults to the first one - 0).
author: kimchy