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

com.jayway.jaxrs.hateoas.HateoasLinkBean Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
package com.jayway.jaxrs.hateoas;

import java.util.Collection;
import java.util.Map;

/**
 * Created by IntelliJ IDEA.
 * User: kallestenflo
 * Date: 2/27/12
 * Time: 4:54 PM
 */
public interface HateoasLinkBean {

    Collection> getLinks();

    void setLinks(Collection> links);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy