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

ftl.time.TimeClient Maven / Gradle / Ivy

package ftl.time;

import org.jetbrains.annotations.NotNull;
import xyz.block.ftl.VerbClientDefinition;
import xyz.block.ftl.VerbClientSource;

@VerbClientDefinition(
    name = "time",
    module = "time"
)
public interface TimeClient extends VerbClientSource {
  @NotNull TimeResponse call();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy