This message was deleted.
# community-support
s
This message was deleted.
e
while the annotation classes can exist in dependencies, annotation processors only see annotated declarations in the local module's source code. they don't see the source code of dependencies.
c
Looks like there's nothing we can do about it, isn't it?
e
an annotation processor could hypothetically use other mechanisms to scan the classpath, if the information you need is retained in binary form. but in general… no
💡 1
c
Thanks for the inputs