Introduce PATCH annotation

The PATCH request as described in RFC 5789 allows partial
updates of a resource in contrast to PUT, which has the
semantics to replace the target resource.

This change introduces an org.restlet annotatition for
implementing PATCH request handlers.

Change-Id: I02ab387695d65b009c4ba8acf15b1ea2a01e0cc0
Signed-off-by: Michael Ochmann <michael.ochmann@sap.com>
2 files changed