clarkware / jdepend

A Java package dependency analyzer that generates design quality metrics.
MIT License
655 stars 133 forks source link

Support Annotation reference? #10

Closed saadlu closed 8 years ago

saadlu commented 8 years ago

So as it stands now, reference to classes via annotation are not considered by jdepend, see:

http://stackoverflow.com/questions/7241685/jdepend-misses-cycles

Any plan to support this?

saadlu commented 8 years ago

Closed it as annotation of RUNTIME Retention policies are indeed found.