Package com.blackbuild.klum.ast.runtime
Interface KlumUnkeyedModelObject
- All Superinterfaces:
KlumModelObject
Marker interface for all unkeyed Klum model objects.
This interface is used to identify objects that are part of the Klum model. It does not define any methods or properties, serving purely as a marker.
Note that abstract unkeyed model classes will not implement this, but rather KlumModelObject, since keyed model classes are allowed to inherit from unkeyed abstract classes.