blob: e8af12c7a0d7b8495af7a95a87b127dd175b42fe [file] [log] [blame]
package test;
import java.lang.annotation.*;
@Target(value=ElementType.METHOD)
public @interface SimpleAnnotation {
}