Open Voiteh opened 5 years ago
It is needed to have ability to compleate object which are compleatable in onCreate methods introducing new CompleatableAnnotaiton for late attributes. It has to take in consideration all attriibutes from type hierarchy.
onCreate
CompleatableAnnotaiton
late
This can't be implemented due to https://github.com/eclipse/ceylon/issues/7455
It is needed to have ability to compleate object which are compleatable in
onCreate
methods introducing newCompleatableAnnotaiton
forlate
attributes. It has to take in consideration all attriibutes from type hierarchy.