package java_integration.fixtures;

public class PublicConstructor {
  public PublicConstructor() {
  }
}