@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Read
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.Context
to be given the context.ReadRequest
to be given the request.Copyright 2010-2017 ForgeRock AS.