Annotation Type PostCallBack


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PostCallBack
    Hook method to be invoked after execution of Repository method.

    This annotation may be applied to methods of an class or superclass from Queryable parameters.

    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      CallbackScope[] scope
      Scope 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}