我正在使用xtend生成java代码,我生成的内容如下:
public class A {
public void service ( ) {
// this section is reserved to be implemented by the developper
}
我的问题是,每次我保存后更新我的dsl文件,eclipse重新生成java代码并删除在methode“服务”中编写的代码,是否有任何解决方案使eclipse只更改生成的代码中的更新部分?