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

com.github.ejahns.model.interfaces.hastoken.HasDescription Maven / Gradle / Ivy

The newest version!
package com.github.ejahns.model.interfaces.hastoken;

import java.util.List;

import com.github.ejahns.model.interfaces.GherkinElement;

public interface HasDescription extends GherkinElement {

	List getDescription();

	void setDescription(List description);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy