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

ru.vyarus.yaml.updater.parse.common.model.LineNumberAware Maven / Gradle / Ivy

The newest version!
package ru.vyarus.yaml.updater.parse.common.model;

/**
 * Unification for yaml nodes and tree node (not mapped object, grouping all root yaml properties).
 *
 * @author Vyacheslav Rusakov
 * @since 18.05.2021
 */
public interface LineNumberAware {

    /**
     * @return yaml line number, starting from 1, or 0 to indicate tree root
     */
    int getLineNum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy