@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.