Skip to content

Add support for glob pattern in SuppressForbidden annotation definition #53

Closed
@uschindler

Description

@uschindler

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions