/** * @param {number} - {권장값} 파라미터 설명 * @return - 리턴값 설명 * @version - 버전 설명 * @see - 링크 * @readonly - 읽기전용 * @todo - 메모장 * @deprecated - 쓰지말라고 경고 * @type - 변수 타입힌트 * @author - 만든사람 * @throws - 예외 * @serial - 직렬화 필드 * @since - 릴리즈 기록 */