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

gins.gradle-api.8.6.source-code.Production.groovy Maven / Gradle / Ivy

There is a newer version: 8.11.1
Show newest version
package ${packageName};

public class ${productionClassName} {
    private final String property;

    public ${productionClassName}(String param) {
        this.property = param;
    }

    public String getProperty() {
        return property;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy