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

net.datafaker.providers.base.Size Maven / Gradle / Ivy

package net.datafaker.providers.base;

/**
 * @since 0.8.0
 */
public class Size extends AbstractProvider {

    protected Size(BaseProviders faker) {
        super(faker);
    }

    public String adjective() {
        return resolve("size.adjective");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy