1 2 /** This class has no package, and is removed from the API. */3 public class NoPackageRemoved {4 5 /** 6 * Default constructor.7 */8 public NoPackageRemoved() {9 }10 }11