Correct class name in example of REST api
Use 4.0.0 version everywhere in the wiki
Add REST plugin info
update wiki for @RestService
Added Path annotation to non-annotated parameters
Added `@Body` parameter description
Revert 9d80d36e9ee668aea32e00c43171a61b6f5dfa52...6e4674cd312c9bf603d2bdd6b26372b95e274746 on Rest API
Add @Patch to wiki
Update @Field and @Part wiki page
Fix bad typo
Add doc for @Header and @Headers
Add documentation for @Path, @Field and @Part
Update Rest-API wiki with ResponseErrorHandler
Fix example to post file.
Add information about Spring for Android 2.0 support
Add multipart POST example to REST wiki
Add setBearerAuth to REST doc
Fix Rest doc (RestClientException -> NestedRuntimeException)
Replace MappingJacksonHttpMessageConverter with MappingJackson2HttpMessageConverter because the former is deprecated
Add a paragraph about RequestFactory
Add info about EBean interceptor injection to REST API page
Updated Rest API (markdown)
Fix jars download link
Added documentation for rest client error handler
Rewrite a big part of this page. Add information about @RequiresXXX annotations and new handled methods