Annotation Type Interceptor


This annotation declares a bean as a subscription interceptor. This interceptor is not mandatory for interceptor classes, but is added as a marker by convention.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The order that interceptors should be called in.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Field Details

  • Element Details

    • order

      int order
      The order that interceptors should be called in. Lower numbers happen before higher numbers. Default is 0 and allowable values can be positive or negative or 0. Ignored when annotation is set on a method.
      Default:
      0