Package net.sf.jkniv.whinstone
Annotation Type PostCallBack
-
@Retention(RUNTIME) @Target(METHOD) public @interface PostCallBack
Hook method to be invoked after execution ofRepositorymethod.This annotation may be applied to methods of an class or superclass from
Queryableparameters.- Since:
- 0.6.0
- Author:
- Alisson Gomes
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CallbackScope[]scopeScope of execution pre-callback methods.
-
-
-
Element Detail
-
scope
CallbackScope[] scope
Scope of execution pre-callback methods.- Returns:
- a set of
CallbackScope, default is NONE.
- Default:
- {net.sf.jkniv.whinstone.CallbackScope.NONE}
-
-