Annotation Type Intercepts


Marks an annotation as being an interceptor marker. See also InterceptorHandler too.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The handler to use for that marker.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The interceptors are sorted by this number.
  • Element Details

    • value

      The handler to use for that marker. If not set an exception will be thrown.
      Returns:
      the handler class to use for that marker.
    • priority

      The interceptors are sorted by this number.
      Returns:
      the priority of the interceptor.
      Default:
      0