My base class definitely isn’t marked open, although it is abstract
, and as the Kotlin docs suggest:
Note that we do not need to annotate an abstract class or function with open – it goes without saying.
So I think it’s effectively open, but the members are not unless I mark them as such, and allopen/jpa won’t do that because the class is effectively open?