이클립스 메뉴바에 보시면 Window - Preferences가 있습니다. 클릭!!
좌측 Java - code Style 클릭 후 Code Templates 클릭 하시고, Comment 클릭 후
설정하시고자 하시는 걸 클릭 후 Edit! 이걸 눌러 주셔야 수정 가능한 창이 뜹니다!
그 때 수정하시면 됩니다.
File
/**
*
* @FileName
* ${file_name}
* @Project
* ${project_name}
* @Date
* ${date}
* @Writter
* ${user}
* @EditHistory
*
* @Discript
*
*/
Types
/**
*
* @Package_name
* ${package_name}
* @file_name
* ${file_name}
* @Date
* ${date}
* @Writter
* ${user}
* @EditHistory
*
* @Discript
*
*/
Fields
/**
* @Writter
* ${user}
* @Field
* ${field}
* @Type
* ${field_type}
* @Description
*
*/
Constructors
/**
* @Writter
* ${user}
* @Type
* ${enclosing_type}
* @Date
* ${date}
* @Description
*
*/
Methods
/**
* @Method
* ${enclosing_method}
* @Date
* ${date}
* @Writter
* ${user}
* @EditHistory
*
* @Discript
*
* @return ${return_type}
*/
Overriding Methods
/**
* @OverrideMethod
* ${enclosing_method}
* @Date
* ${date}
* @Writter
* ${user}
* @EditHistory
*
* @Discript
*
* @SeeToOverriden
* ${see_to_overridden}
*/
Getter
/**
* @Method
* ${enclosing_method}
* @Method_Type
* ${enclosing_type}
* @Writter
* ${user}
* @Date
* ${date}
* @Description
*
* @return the ${bare_field_name}
*/
Setter
/**
* @Method
* ${enclosing_method}
* @Method_Type
* ${enclosing_type}
* @Field
* ${field}
* @FieldType
* ${field_type}
* @Writter
* ${user}
* @Date
* ${date}
* @Description
*
* @param ${param} the ${bare_field_name} to set
*/
파일 첨부 : codetemplates.xml
2015/07/29 - [IDE 관련] - Eclipse Theme 설정 이야기
2015/08/02 - [IDE 관련] - IntelliJ 기본 설정 및 플러그인 추가
2015/07/31 - [IDE 관련] - IntelliJ JVM options 설정
2015/10/28 - [IDE 관련] - MinGW install for Windows
2015/10/20 - [IDE 관련] - AcroEdit - TextEdit + 열편집 기능
2015/08/24 - [IDE 관련] - ConEmu 설정하기 & Cmder 설치 및 설정하기
2015/08/11 - [IDE 관련] - 윈도우용 터미널 ConEmu 설치하기
아래 파일은 본문과 무관한 파일입니다.
SiteMap:
sitemap.xml