I have looked all over the net, trolled through spring-data-rest source code and tried to decipher how the JS for the hal-browser is trying to retrieve 'title' and 'doc' details for a resource. I have also discovered that there are
@RepositoryRestResource(
collectionResourceRel = "roles",
path = "roles",
itemResourceDescription = @Description("This is a test description")
)
Annotations I can put in the @Repostitory, but it doesn't seem to do anything.
Specifically, if you look at this example, how do I get "title|doc" to fill in"
I filed a ticket with spring and haven't heard back.