Automatically create builder for class in Eclipse

后端 未结 5 676
离开以前
离开以前 2020-12-24 10:35

Is there a way to use an automatic builder to create builder (Joshua Bloch\'s Builder Pattern) for classes in Eclipse? For example an option in the men

5条回答
  •  暖寄归人
    2020-12-24 11:18

    You could add your own template window -> preferences -> java -> editor -> templates and this will be activated with the content proposal but not by refactor action

提交回复
热议问题