FasterXML/java-classmate

Should use java.lang.annotation.Inherited for determining inheritability of annotations

cowtowncoder opened this issue · 1 comments

Inheritability (or lack thereof) is configurable, but default implementation does not use java.lang.annotation.Inherited, which seems like the obvious candidate for baseline functionality.

This was implemented a while ago actually; marking fixed.