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
Chrys
11/06/2023, 8:27 AM
Looks like there's nothing we can do about it, isn't it?
e
ephemient
11/06/2023, 8:30 AM
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