/** * Javadocテスト用クラス */ public class Sample08{ /** * サイズの設定 * @param width 幅 * @param height 高さ * @return 成功した場合はtrue */ public boolean setSize(int width, int height){ } }