org.springframework.hateoas.server.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-hateoas Show documentation
Show all versions of spring-hateoas Show documentation
Library to support implementing representations for
hyper-text driven REST web services.
/**
* Server-side components for hypermedia handling.
*/
@NonNullApi
package org.springframework.hateoas.server;
import org.springframework.lang.NonNullApi;