Annotation Type InterceptorOrder

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int value
      The interceptor order.
    • Element Detail

      • value

        int value
        The interceptor order. The lower the number the higher the priority.
        An interceptor with order 1 will be invoked before an interceptor with order 10.
        Returns:
        Default:
        10