1: package org.obe.convert; 2: 3: /** 4: * @author Adrian Price 5: */ 6: public interface ClassUtility { 7: Class getTargetClass(); 8: }