An action proxy/decorator that stores arbitrary properties about a target
Action implementation for use within a specific Action
execution context, for example an ActionState definition, a
TransitionCriteria definition, or in a test environment.
An annotated action is an action that wraps another action (referred to as
the target action), setting up the target action's execution properties
before invoking execute(RequestContext)
Actionimplementation for use within a specific Action execution context, for example anActionStatedefinition, aTransitionCriteriadefinition, or in a test environment.An annotated action is an action that wraps another action (referred to as the target action), setting up the target action's execution properties before invoking execute(RequestContext)