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

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