![JAR search and dependency download from the Maven repository](/logo.png)
gherkin.formatter.model.CommentHolder Maven / Gradle / Ivy
package gherkin.formatter.model;
import java.util.List;
public interface CommentHolder {
List getComments();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package gherkin.formatter.model;
import java.util.List;
public interface CommentHolder {
List getComments();
}