Annotation Type 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:
    Filter
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Filter[] value
      An array of filters to be used for filtering Handlers.
    • Element Detail

      • value

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