====== 프로그래밍 주석 ====== * description : * author : 주레피 * email : dhan@repia.com * lastupdate : 2020-01-31 ===== Class comment ===== /** * 직무 정보(검색 포함) VO * @author eleven * @since 2020.02.20 * @version 1.0 * @see * *
 * << 개정이력(Modification Information) >>
 *
 *  수정일        수정자       수정내용
 *  ----------    --------    ---------------------------
 *  2020.02.20.   eleven      최초 생성
 *  2020.02.21    주레피      네이밍 변경
 *  
*/ public class EvaluInfoVO extends EvaluVO implements Serializable
/** * 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. *

* 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 ===== method comment ===== /** * 역량 평가 조회 * @param EvaluStatVO * @return EvaluStatVO * @exception Exception * @author 주레피 * @since 2020.03.17 */ ===== Attribute comment ===== /** 검색종료일 */ ===== Mybatis comment ===== ==== 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}}