atteo / classindex

Index classes, do not scan them!
Apache License 2.0
263 stars 43 forks source link

unable to get groovy classes annotated with @IndexAnnotated #41

Closed yugantshah closed 1 year ago

yugantshah commented 6 years ago

ClassFilter.only().topLevel().from(ClassIndex.getAnnotated(.class)) does not get groovy classes

sentinelt commented 6 years ago

As I am not a Groovy user it is hard for me to reproduce the problem. Would you be so kind to provide me with a sample Groovy project which shows the problem?

Then I will be able to pinpoint the cause of the issue.

sentinelt commented 1 year ago

Closing for now, if it is still an issue please provide a minimal example to reproduce it.