How to eliminate libraries from the class path #36
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. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions