Annotation Interface MessageBody
@Documented
@Retention(RUNTIME)
@Target(PARAMETER)
@Bindable
@Inherited
public @interface MessageBody
An annotation that can be applied to method argument to indicate that the method argument is bound from message body.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Optional Element Summary
-
Element Details
-
value
String value- Returns:
- A Key or qualifier within the body. For example a reference to a nested JSON attribute
- Default:
- ""
-