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