The new RequestBean concept is available in the trunk.
RequestBeans are used for annotation based processing of the Parameters of a Command.
A parameter of a method annotated with either @Action or @AnyAction that is annotated with @RequestBean can have values
injected based on Command.getParameters().
The injection is controlled by the @RequestBean.Parameter annotation.