1 package annotator.tests; 2 3 public class MatchReturnValue<T> { 4 clone()5 public MatchReturnValue<T> clone() { 6 return this; 7 } 8 9 } 10