나만 알 수 없어서 만든 블로그

[macOS] 맥북 m1 이클립스 메소드 자동 생성 시 보이는 주석 제거하기 본문

JAVA/초급

[macOS] 맥북 m1 이클립스 메소드 자동 생성 시 보이는 주석 제거하기

코딩낙타 2022. 1. 20. 17:54

Method body
// ${todo} Auto-generated method stub

catch block body
// ${todo} Auto-generated catch block

constructor body
// ${todo} Auto-generated constructor stub


/* Comments */

Methods
/**
 * ${tags}
 */
 
 Constructors
 /**
 * ${tags}
 */
 
 Delegate methods
 /**
 * ${tags}
 * ${see_to_target}
 */
 
 types
 /**
 * @author ${user}
 *
 * ${tags}
 */
 
 file, field
 /**
 * 
 */
 
 Getters
 /**
 * @return the ${bare_field_name}
 */
 
 Setters
 /**
 * @param ${param} the ${bare_field_name} to set
 */
 
 Modules
 /**
 * @author ${user}
 *
 * ${tags}
 */

Edit - // 부분 지우기 - 저장