package e.f; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) public @interface SimpleAnnotation2 { String classname(); }