import java.lang.Deprecated;

package test {
  public class TestClass {
    ctor @Deprecated TestClass();
  }
}
