일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- svn dump
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- postgres install
- svn
- docker 폐쇄망
- WH question
- svn log
- VirtualBox
- xrdp
- javax.servlet.GenericFilter
- taskkill
- svn update
- svn load
- svn 변경된 파일 추출
- Remmina
- mysql dml
- NEXUS
- grep
- Store password unencrypted
- docker oracle12c
- 포스트그레스 설치
- expected at least 1 bean which qualifies as autowire candidate
- svn commit
- apt-get update 오류
- Failed to download metadata for repo 'appstream'
- svn 특정 리비전 사이 추출
- svn 사용법
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- ant
- Oracle install
Archives
- Today
- Total
기억의 습작
Eclipse 주석 설정 본문
클래스나 맴버 변수 위에서 주석을 입력할 경우 자동으로 입력되도록 항목을 정의할 수 있다.
Window -> Preferences -> Java -> Code Style -> Code Templates -> Comments
아래와 같은 정보를 참고하여 사진처럼 정의하면 됨
${date} : Current date (현재 날짜) ${date} : Current date (현재 날짜) ${dollar} : The dollar symbol (달러문양) ${enclosing_type} : The type enclosing the method (선택된 메소드의 타입) ${file_name} : Name of the enclosing compilation (선택된 편집파일 이름) ${package_name} : Name of the enclosing package (선택된 패키지 이름) ${project_name} : Name of the enclosing project (선택된 프로젝트 이름) ${tags} : Generated Javadoc tags (@param, @return...) (Javedoc 태그 생성) ${time} : Current time (현재 시간) ${todo} : Todo task tag ('해야할일'태그 생성) ${type_name} : Name of the current type (현재 타입의 이름) ${user} : User name (사용자 이름) ${year} : Current year (현재 연도) |
주석 입력 키는 Alt + Shift + J
728x90
반응형
LIST
'Software > Eclipse' 카테고리의 다른 글
ctrl + shift + L not working (0) | 2021.08.26 |
---|---|
Caused by: java.lang.ClassNotFoundException: org.springframework.web.servlet.DispatcherServlet (0) | 2021.08.26 |
ctrl + space 안될때 (0) | 2021.08.26 |
ctrl + y is not working in eclipse (0) | 2021.08.26 |
processWorkerExit 에 break 걸릴때 해결방법 (0) | 2021.08.26 |