Annotation Type InjectRequestBodyAs
Make the request body available as the passed type. Note that this type must
also be in the application's @ImplicitBindings annotation, or in the
@HttpCall annotation's
scopeTypes parameter of at least one
Acteur to be available to Guice. Annotation which can appear on an Acteur
with the @HttpCall annotation or on a Page with that annotation.- Author:
- Tim Boudreau
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value
-