@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Body
@Path("/r") class Resources { @Post public void method(@Body MyBean) { } }
Copyright © 2019. All rights reserved.