[REQ][Java-okhttpgson] Include API's Http response codes and their corresponding description and response headers in the documentation
Created by: saigiridhar21
Is your feature request related to a problem? Please describe.
The possible HTTP response codes of each API method are not specified on javadocs. It is also better to include description of each response code and corresponding response headers in the documentation. This will help the clients of library to easily go through the documentation of each API method on Eclipse's intellisense.
Describe the solution you'd like
Use javadocs custom tag and define HTTP response codes along with their corresponding description and response headers on each API method.