com.github.hal4j.resources.cloud.DiscoveryClientLinkResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hal4j-api Show documentation
Show all versions of hal4j-api Show documentation
HAL API specification for Java
package com.github.hal4j.resources.cloud;
import com.github.hal4j.uritemplate.ParamHolder;
public interface DiscoveryClientLinkResolver extends ParamHolder {
String SERVICE_NS = "services";
}