package pack; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) public @interface Annotation { }