We now support inheritance better and it sadly caused more trouble in existing paths: e.g. the JavaDependency example had a "org.apache.commons.io.IOCase" : "IOCase", which now has trouble importing.
Due to not importing java.lang.Enum we downgrade the inheritance to JavaObject; but the infra isn't smart enough yet to also drop the generic parameter which it DID prepare forr the enum Me /*extends Enum<Me>*/; this isn't real java code either, but reflection does give us this inheritance.