org.springframework.hateoas.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.
/**
* Value objects to ease creating {@link org.springframework.hateoas.Link}s and link driven representations for REST
* webservices.
*
* @author Oliver Drotbohm
* @author Jens Schauder
* @author Greg Turnquist
*/
@org.springframework.lang.NonNullApi
package org.springframework.hateoas;