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

templates.Spec Maven / Gradle / Ivy

There is a newer version: 4.9.5
Show newest version
package {{groupId}};

public class {{artifactClassId}}Spec {

    private String value;

    public String getValue() {
        return value;
    }

    public void setValue(String value) {
        this.value = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy