package reflection.classannotations; import reflection.AnnoTInherit; @AnnoTInherit("S001") public class SubClassTarget extends ClassTarget implements InterfaceTarget { }