/** * Javadocテスト用クラス * @see Sample04_01 */ public class Sample04_02{ /** * 幅の取得 * @return 幅 * @see Sample04_01#setSize(int, int) * @see #getHeight() */ public int getWidth(){ } /** * 高さの取得 * @return 高さ * @see Sample04_01#setSize(int, int) * @see #getWidth() */ public int getHeight(){ } }