Marks a method that handles HTTP POST requests.
invalid input: '{@code
@Post
void save(Customer customer) {
...
}'
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Deprecated.use InstrumentServerContext annotation insteadSpecify the path.
-
Element Details
-
value
String valueSpecify the path.- Default:
""
-
instrumentRequestContext
Deprecated.use InstrumentServerContext annotation insteadSpecify if the http request context should be instrumented via RequestContextResolver- Default:
false
-