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