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