@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Action
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<JsonValue, ? extends ResourceException>
promise.Context
to be given the context.ActionRequest
to be given the request.Copyright 2010-2017 ForgeRock AS.