comparison src/main/java/alice/Annotation/AliceAnnotationTest.java @ 635:0423eb7fd9ee

work create Receiver from Annotation. Please invoke setKey after create all Receiver.
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Sun, 03 Dec 2017 00:09:04 +0900
parents 69f9c5ff1df9
children 33f300d0720a
comparison
equal deleted inserted replaced
634:69f9c5ff1df9 635:0423eb7fd9ee
18 //CreateCodeSegment createCodeSegment = new CreateCodeSegment(AliceAnnotation.class); 18 //CreateCodeSegment createCodeSegment = new CreateCodeSegment(AliceAnnotation.class);
19 //createCodeSegment.run(); 19 //createCodeSegment.run();
20 AliceAnnotation alice = new AliceAnnotation(); 20 AliceAnnotation alice = new AliceAnnotation();
21 //alice.ods.put("hoge", "hogehogehgoe"); 21 //alice.ods.put("hoge", "hogehogehgoe");
22 //alice.ods.put("huga", "hugahugahuga"); 22 //alice.ods.put("huga", "hugahugahuga");
23 //AliceAnnotationTest aliceTest = new AliceAnnotationTest();
24 //aliceTest.test(alice);
25 } 23 }
26 24
27 public void test(AliceAnnotation alice){ 25 public void test(AliceAnnotation alice){
28 Class<AliceAnnotation> aliceAnnotationClass = AliceAnnotation.class; 26 Class<AliceAnnotation> aliceAnnotationClass = AliceAnnotation.class;
29 27