Package net.sf.jkniv.whinstone
Annotation Type PreCallBack
-
@Retention(RUNTIME) @Target(METHOD) public @interface PreCallBack
-
-
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}
-
-