Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for glob pattern in SuppressForbidden annotation definition #53

Closed
uschindler opened this issue Apr 11, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@uschindler
Copy link
Member

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.

@uschindler uschindler self-assigned this Apr 11, 2015
@uschindler uschindler added this to the 1.8 milestone Apr 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant