Toggle theme
문제를 잘 정의하는 것은 문제를 절반 해결한 것이다. - 2023.12
사용자 도구
Toggle theme
로그인
사이트 도구
검색
도구
문서 보기
이전 판
PDF로 내보내기
Fold/unfold all
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
현재 위치:
start
»
wiki
»
java
»
comment
wiki:java:comment
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== 프로그래밍 주석 ====== <WRAP left notice 80%> * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 </WRAP> <WRAP clear></WRAP> ===== Class comment ===== <code java> /** * 직무 정보(검색 포함) VO * @author eleven * @since 2020.02.20 * @version 1.0 * @see * * <pre> * << 개정이력(Modification Information) >> * * 수정일 수정자 수정내용 * ---------- -------- --------------------------- * 2020.02.20. eleven 최초 생성 * 2020.02.21 주레피 네이밍 변경 * </pre> */ public class EvaluInfoVO extends EvaluVO implements Serializable </code> <code java> /** * Returns an Image object that can then be painted on the screen. * The url argument must specify an absolute {@link URL}. The name * argument is a specifier that is relative to the url argument. * <p> * This method always returns immediately, whether or not the * image exists. When this applet attempts to draw the image on * the screen, the data will be loaded. The graphics primitives * that draw the image will incrementally paint on the screen. * * @param url an absolute URL giving the base location of the image * @param name the location of the image, relative to the url argument * @return the image at the specified URL * @see Image */ public Class </code> ===== method comment ===== <code java> /** * 역량 평가 조회 * @param EvaluStatVO * @return EvaluStatVO * @exception Exception * @author 주레피 * @since 2020.03.17 */ </code> ===== Attribute comment ===== <code java> /** 검색종료일 */ </code> ===== Mybatis comment ===== <code xml> <!-- 직무 평가 항목 개수 조회 @author 주레피 @since 2020.03.30 --> </code> ==== Ref ==== * [[http://www.gisdeveloper.co.kr/?p=1100|JavaDoc 주석 다는 방법, 기본적인 예]] * [[https://myeonguni.tistory.com/1596|[코딩규칙] 자바 코딩 규칙(Java Code Conventions)]] * [[https://zetawiki.com/wiki/Java_%EC%A3%BC%EC%84%9D_%EA%B0%80%EC%9D%B4%EB%93%9C|Java 주석 가이드]] * [[https://055055.tistory.com/45|Eclipse로 자동 주석달기(Code Template)]] {{tag>주레피 java comment}}
/volume1/web/dokuwiki/data/pages/wiki/java/comment.txt
· 마지막으로 수정됨: 2023/02/02 14:36 저자
emblim98
문서 도구
문서 보기
이전 판
역링크
PDF로 내보내기
Fold/unfold all
맨 위로