Written by
java-style
on
on
자바 문서 주석
자바 문서 주석
/**
*/
자바 문서 주석 (Java API Documentation Comment)
- API Doc
- class의 사용법, method의 사용법, constant(상수)의 사용법을 작성할 때 사용한다.
- class위나 method 위에 정의.
- javadoc.exe를 사용하여 API문서를 작성할 수 있다.
from http://code-log.tistory.com/6 by ccl(A) rewrite - 2021-12-28 05:02:23