package a.b.c; import java.lang.annotation.*; @Retention(RetentionPolicy.RUNTIME) public @interface RelatedType { Class value(); }