Class ResponseCodeArg

java.lang.Object
org.apache.juneau.rest.arg.ResponseCodeArg
All Implemented Interfaces:
RestOpArg

public class ResponseCodeArg extends Object implements RestOpArg
Resolves method parameters annotated with StatusCode on RestOp-annotated Java methods.
See Also: