view src/main/java/alice/Annotation/AliceAnnotationTest.java @ 636:33f300d0720a

running CodeSegment by Annotation without create Receiver :D
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Sun, 03 Dec 2017 22:09:35 +0900
parents 0423eb7fd9ee
children 106f50cb7dd9
line wrap: on
line source

package alice.Annotation;

import alice.codesegment.InputDataSegment;
import alice.datasegment.CommandType;
import alice.datasegment.Receiver;

import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.Array;
import java.lang.reflect.Method;

/**
 * Created by e125769 on 11/14/17.
 */
public class AliceAnnotationTest {
    public static void main(String[] args){
        AliceAnnotation alice = new AliceAnnotation();
    }
}