@Retention(value=RUNTIME) @Target(value=METHOD) public @interface RamlRequests
Used to describe the allowed request bodies for a POST, PUT or PATCH resource method.
POST
PUT
PATCH
RamlBody[]
value
public abstract RamlBody[] value
Copyright © 2018. All rights reserved.