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

com.github.cukedoctor.api.model.Argument Maven / Gradle / Ivy

There is a newer version: 3.9.0
Show newest version
package com.github.cukedoctor.api.model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

/**
 * Created by pestano on 04/06/15.
 */
@JsonIgnoreProperties(ignoreUnknown = true)
public class Argument {

	private String val;

	public String getVal() {
		return val;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy