Ansgar's Sandbox

package abc;
public class Xy {
  private String name;
  private int length;

  public Xy() {
    // ...
  }
}