1 package test.net.sourceforge.pmd.rules.typeresolution.xml; 2 3 public interface MyInterface extends Cloneable { 4 5 }