Add support for subclasses
Closed this issue · 0 comments
ivaynberg commented
If we have
public class Foo { @Property int bar; }
and
public class FooSubclass extends Foo { @Property int baz; }
then FooSubclassMeta
should extend FooMeta
and inherit bar