What was design decision behind choosing to create org.springframework.http.HttpMethod when there was already org.springframework.web.bind.annotation.RequestMet hod? Will latter be deprecated?
Regards,
Stevo.
Printable View
What was design decision behind choosing to create org.springframework.http.HttpMethod when there was already org.springframework.web.bind.annotation.RequestMet hod? Will latter be deprecated?
Regards,
Stevo.
Slightly related: I don't understand why they are enums in the first place (as the value set is not limited).