Closed
Description
Since issue #40 we suport glob patterns for class names. By this we could extend the suppressAnnotations parameter to take a glob pattern (e.g., "**.SuppressForbidden"), so you can just define any annotation in a dynamic package.
We can collect all patterns and make a big regex Pattern object and use it for matching.