1 package net.sourceforge.pmd.lang.java.rule.typeresolution.xml; 2 3 4 /** 5 * Warning, this class ARE not useless. 6 * It is used by the some of regression 7 * tests. 8 */ 9 public interface MyInterface extends Cloneable { 10 11 }