atteo / classindex

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

Returns classes that are no longer annotated. #75

Closed legaciespanda closed 1 year ago

legaciespanda commented 1 year ago

I created a custom java annotation to be used on my classes. I used classindex to retrieve all the classes using my custom annotation. which works pretty fine.

The problem is, when i remove the custom annotation from those classes, classindex library still retrieves the list of classes i removed the annotations from. Returns classes that are no longer annotated.

I think it's some sort of a cache from classindex. Can it be disabled?

sentinelt commented 1 year ago

Duplicate of #54