How to eliminate libraries from the class path #36
Unanswered
kastourik12
asked this question in
Q&A
Replies: 1 comment
You can use a file filter (check the second example here) in combination with the ClassCriteria to search for a specific annotation. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello guys, I am trying to use this library (I am using the static instances )and I want to find the classes that are annotated with a specific annotation or if they have members who are annotated with the same annotation the problem is that this is also loading the classes from the libraries which I want to avoid. is there a way to do it, or specify to only look into the main package, Thanks in advance.
All reactions