Open
Description
To support IProperty#getDefault()
for types such as KVector
or LinkedList
, the types are registered with the ElkReflect
class. The registration of many types happens in the constructor of the LayoutMetaDataService
.
This is, however, too late if someone calls the #getDefault()
method on any property before the instance of the LayoutMetaDataService
has been created (which is done lazily).