# HG changeset patch # User Nozomi Teruya # Date 1517962730 -32400 # Node ID a4c6184d3e2246f0d482a562c1131f4560fcf46a # Parent 38d95e434fbced0129028e16af2d511ff51c49c4 minor change diff -r 38d95e434fbc -r a4c6184d3e22 presen/sample.html --- a/presen/sample.html Wed Feb 07 04:14:09 2018 +0900 +++ b/presen/sample.html Wed Feb 07 09:18:50 2018 +0900 @@ -87,7 +87,7 @@ @@ -542,7 +542,7 @@
  • アノテーションから待ち合わせを行う処理にはJavaのreflectionAPIを使用
  • 待ち合わせを開始するには、newしたあとCGMが持つsetupを行う cgm.setup(new TestCodeGear());
  • -
  • RUNTIMEにしたためフィールドがnewされたあとでないとrefrectionAPIで取れない
  • +
  • フィールドがnewされたあとでないとrefrectionAPIで取れない
  • diff -r 38d95e434fbc -r a4c6184d3e22 presen/sample.markdown --- a/presen/sample.markdown Wed Feb 07 04:14:09 2018 +0900 +++ b/presen/sample.markdown Wed Feb 07 09:18:50 2018 +0900 @@ -241,7 +241,7 @@ * アノテーションから待ち合わせを行う処理にはJavaのreflectionAPIを使用 * 待ち合わせを開始するには、newしたあとCGMが持つsetupを行う `cgm.setup(new TestCodeGear());` -* RUNTIMEにしたためフィールドがnewされたあとでないとrefrectionAPIで取れない +* フィールドがnewされたあとでないとrefrectionAPIで取れない # Christie - アノテーションを用いたインプット記述 ![opt](./pictures/setup.svg){:width="70%"}