open override fun isValidSuperclass(kClass: KClass<*>): Boolean

Checks if a superclass is valid Used when adding interfaces to an object type Ignores Node types, as those are handled manually

Return

true if the class should be added as an interface

Parameters

kClass

the class to check