package java_integration.fixtures;

public class PrivateConstructor {
  private PrivateConstructor() {
  }
}