Initial commit.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user