@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Patch
RequestHandler
-annotated POJO. This annotation can be used on
methods in both singleton and collection resource request handlers.
The annotated method's return type must be:
Promise<Resource, ? extends ResourceException>
promise.PatchRequest
to be given the request.Context
to be given the context.Copyright 2011-2015 ForgeRock AS.