package io.spring.application; public interface Node { String getCursor(); }