package test; import java.lang.annotation.*; @Target(value=ElementType.METHOD) public @interface SimpleAnnotation { }