Skip to content

Instantly share code, notes, and snippets.

@krx252525
Last active April 27, 2016 13:31
Show Gist options
  • Save krx252525/8792d1200d749e59bd11cc9c2801808a to your computer and use it in GitHub Desktop.
Save krx252525/8792d1200d749e59bd11cc9c2801808a to your computer and use it in GitHub Desktop.
Example of Play2 Java ApiImplicitParam with paramType set
// The paramType requires that dataType is also declared. This is not mentioned in the documentation
@ApiImplicitParams({
@ApiImplicitParam(name = "body", value = "Customers List", required = true, dataType = "string", paramType = "body")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment