For this I guess we first need to make annotations visible from to the model. Right now only those hacked in @Annotations are visible, not the real (JVM) annotations. We need to make those visible to the model, and get rid of @Annotations, which was always temporary.
Note that this involves changes in native code in ceylon.language and in usage in ceylondoc.
For this I guess we first need to make annotations visible from to the model. Right now only those hacked in
@Annotations
are visible, not the real (JVM) annotations. We need to make those visible to the model, and get rid of@Annotations
, which was always temporary.Note that this involves changes in native code in ceylon.language and in usage in ceylondoc.