package annotator.tests;

public class MatchReturnValue<T> {

  @java.lang.A
  public MatchReturnValue<T> clone() {
    return this;
  }

}