eclipse / xtext

Eclipse Xtext™ is a language development framework
http://www.eclipse.org/Xtext
Eclipse Public License 2.0
753 stars 317 forks source link

add support for Java8 type annotations #2360

Open tmtron opened 6 years ago

tmtron commented 6 years ago

xbase should support Java8 type annotations, so that we can generate code like this in the JvmModelInferrer:

public final @IdInstance long id;
cdietrich commented 6 years ago

i wonder if this can easily done. at least in xtend this will lead to ambiguities with fields with no var/val keyword