package ex; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) @interface Service { }