Annotation Interface IncludeFilters


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface IncludeFilters
The include filters directive can be used to add multiple Filters to a single annotation type. This allows to add filters to message handlers with one or more user-defined annotations.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of filters to be used for filtering Handlers.
  • Element Details

    • value

      Filter[] value
      An array of filters to be used for filtering Handlers.