Hello, I looking for some guidance to see if KSP i...
# ksp
w
Hello, I looking for some guidance to see if KSP is the right tool for below use case, thanks! at the end of build stage for a fat jar, we try to scan the class path (full scan include dependencies used) for annotations that we need to generate a descriptor file of all the classes including certain annotation.
t
Unlike sources, KSP looks up things in dependencies / libraries lazily and doesn't scan them. It might not fit this use case.
thank you color 1
v
@Wei Xue Take a look at Classgraph for your case
w
do you mean glassgraph? Thanks, that’s the one we picked
1