1 /** 2 * 3 */ 4 package net.sf.flatpack.examples; 5 6 import java.lang.reflect.Method; 7 8 /** 9 * 10 * @author Benoit Xhenseval 11 * 12 */ 13 public interface Repeater { 14 void repeat(Method target); 15 }