view paper/source/christie/TakeAnnotation.java @ 156:bc9be2d40d0d

add requiremants
author Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp>
date Tue, 30 Jan 2018 23:41:54 +0900
parents
children 1369f653e34e
line wrap: on
line source

@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Take {
    String value();
}