Initial commit.

This commit is contained in:
Oliver Gierke
2012-05-10 20:25:31 +02:00
commit 21b1a4ec8c
16 changed files with 1472 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* Value objects to ease creating {@link org.springframework.hateoas.Link}s and link driven representations for REST webservices.
*/
@XmlSchema(xmlns = { @XmlNs(prefix = "atom", namespaceURI = org.springframework.hateoas.Link.ATOM_NAMESPACE) }, elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.springframework.hateoas;
import javax.xml.bind.annotation.XmlNs;
import javax.xml.bind.annotation.XmlSchema;