You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's a common need to introspect class annotations, so I feel a little surprised this feature is left unsupported for such a long time.
I'm using springfox to generate docs and it uses classmate to resolve type/annotations etc. It would be helpful for writing springfox plugins if classmate is able to resolve class annotations. I'm not familiar with handling metadata in Java so I can't help implement this in classmate. I guess I'll just find a workaround for the time being.
What I meant is that typically people with a need ("itch") step up to add functionality that is missing.
I do not mean that such functionality would not be useful, just that no one with itch and knowledge has stepped up so far (including myself).
Current version handles method, field and constructor annotations, but not yet basic class annotations; should expose them too.
The text was updated successfully, but these errors were encountered: