package cucumber.runtime.java.needle.test.injectionprovider; public interface ValueGetter { String getValue(); }