childClasses property

List<InheritanceDefinition> childClasses
getter/setter pair

If set to a List of InheritanceDefinition the class is a parent class that stores the child classes.

Implementation

List<InheritanceDefinition> childClasses;