ceylon / ceylon-compiler

DEPRECATED
GNU General Public License v2.0
138 stars 36 forks source link

model loader: make real annotations visible in the model #1231

Open FroMage opened 11 years ago

FroMage commented 11 years ago

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.

FroMage commented 11 years ago

Considering the runtime metamodel uses Java annotations directly rather than the typechecker model, this is low enough to move to 1.0

FroMage commented 11 years ago

If we can do #184 without having to implement this, let's move it to 1.2.