Results 1 to 2 of 2

Thread: Why duplicate enums HttpMethod and RequestMethod?

  1. #1
    Join Date
    May 2007
    Posts
    157

    Question Why duplicate enums HttpMethod and RequestMethod?

    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.
    Stevo Slavic

  2. #2

    Default

    Slightly related: I don't understand why they are enums in the first place (as the value set is not limited).

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •