shwstppr commented on PR #11382: URL: https://github.com/apache/cloudstack/pull/11382#issuecomment-3149723458
> ok, @shwstppr , not claiming this as a universal truth but for this change > > ``` > String httpMethod() default “GET"; > ``` > > would have made the change simpler. @DaanHoogland not necessarily IMO. If we return `GET` as default, then adding `GET` annotation will become useless, as we will always be double-checking. Leaving it empty helps in assigning a value using regex only when the annotation is not added -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org