All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.xdrop.jrand.generators.location.CityGeneratorGen Maven / Gradle / Ivy

The newest version!
package me.xdrop.jrand.generators.location;

import java.lang.String;
import javax.annotation.Generated;

public final class CityGeneratorGen extends CityGenerator {
  @Generated("me.xdrop.jrand.annotation.processing.ForkClassGenerator")
  public CityGeneratorGen() {
  }

  @Generated("me.xdrop.jrand.annotation.processing.ForkClassGenerator")
  private CityGeneratorGen(String country) {
    this.country = country;
  }

  @Generated("me.xdrop.jrand.annotation.processing.ForkClassGenerator")
  public final CityGenerator fork() {
    return new CityGeneratorGen(
        country);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy