Use any parameter annotation within an injected class

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1807

This topic has not yet been written. The content below is from the topic description.
Chapter 12. @Form This is a RESTEasy specific annotation that allows you to re-use any @*Param annotation within an injected class. RESTEasy will instantiate the class and inject values into any annotated @*Param or @Context property. This is useful if you have a lot of parameters on your method and you want to condense them into a value object.