Remove Annotations
The Remove
analytic is a filter that removes annotations based on their type identifier.
Configuration
Attribute |
Description |
Required |
Default |
---|---|---|---|
|
A list of annotation type identifiers that have to be removed. |
Yes |
N/A |
Example configuration
The following example shows the filter configured for removing two types of custom annotations.
XML
<removeAnnotations annotationTypeIds="custom-annotation another-custom-annotation"/>