reinert / JJSchema

A generator from Java Types to JSON-Schema using Jackson.
Other
117 stars 56 forks source link

Recursively find superclass declared fields while processing properties. #61

Closed anubhawps closed 7 years ago

anubhawps commented 7 years ago

fixes #55 With this PR, Base class @Attribute field annotations are honored in child class JSON schema.

reinert commented 7 years ago

Appreciated!