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

com.github.charlemaznable.bunny.client.domain.BunnyAddress Maven / Gradle / Ivy

Go to download

Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.

There is a newer version: 2023.0.4
Show newest version
package com.github.charlemaznable.bunny.client.domain;

public final class BunnyAddress {

    public static final String CALCULATE = "/calculate";
    public static final String CHARGE = "/charge";
    public static final String QUERY = "/query";
    public static final String SERVE = "/serve";
    public static final String SERVE_CALLBACK = "/serve-callback";

    private BunnyAddress() {
        throw new UnsupportedOperationException();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy