@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PostCallBack
Repository
method.
This annotation may be applied to methods of an class or superclass from Queryable
parameters.
Modifier and Type | Optional Element and Description |
---|---|
CallbackScope[] |
scope
Scope of execution pre-callback methods.
|
public abstract CallbackScope[] scope
CallbackScope
, default is NONE.Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.