Added extension point for author metadata

This commit is contained in:
Philipp Czora
2019-02-05 18:36:26 +01:00
parent d88dd579a4
commit 7fed62ff8a
2 changed files with 18 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ public interface HalAppender {
LinkArrayBuilder linkArrayBuilder(String rel);
/**
* Appends one embedded to the json response.
* Appends one embedded object to the json response.
*
* @param rel name of relation
* @param embeddedItem embedded object
@@ -40,7 +40,7 @@ public interface HalAppender {
interface LinkArrayBuilder {
/**
* Append an link to the array.
* Append a link to the array.
*
* @param name name of link
* @param href link target