Search with regex - is there a way to find classes that do not have a certain annotation in any of its methods?
Answered
I want to look in a certain directory and find in all of its sub directories all of the classes that derive from X and do not have annotation Y.
If this isn't possible, I can manage with all classes that do not contain annotation Y.
Is that possible with the regex search?
Please sign in to leave a comment.
Should be possible with SSR: https://www.jetbrains.com/help/idea/2016.2/structural-search-and-replace.html