You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: