FasterXML/java-classmate

Add additional pass-through methods in RawMember for all modifiers

phillipsinger opened this issue · 2 comments

Currently, RawMember only has pass-through methods to a couple of the modifiers (abstract and static).

It would be nice to have the other modifiers from java.lang.reflect.Modifier as well.

Sounds reasonable. Any specific favorites? :)

I need "final" for my purposes, but I guess the others should be there for completeness. :)