Xtend 2.36 enables the new annotation XbaseGenerated by default and has a known issue with the code generator.
eclipse/xtext#3182 which has been fixed after the release of 2.36.
The second commit of this PR disables the annotation on 3 subdirectories - a workaround which can be removed once there is a new release.
Xtend 2.36 enables the new annotation XbaseGenerated by default and has a known issue with the code generator. eclipse/xtext#3182 which has been fixed after the release of 2.36. The second commit of this PR disables the annotation on 3 subdirectories - a workaround which can be removed once there is a new release.
Please do not squash during merge.