Annotation Type ResponseStatus
The status this method answers with when it returns normally.
Without it a method that returns a value answers 200, and a void method answers 204.
-
Required Element Summary
Required Elements
-
Element Details
-
value
int valueThe HTTP status code.
-