We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dae5ec commit e9d84f5Copy full SHA for e9d84f5
README.md
@@ -14,7 +14,7 @@ GitHub github = Feign.builder()
14
.target(GitHub.class, "https://api.github.com");
15
```
16
17
-##Leveraging the annotations and priority order
+## Leveraging the annotations and priority order
18
For annotation decoding to work, the class must be annotated with `@ErrorHandling` tags.
19
The tags are valid in both the class level as well as method level. They will be treated from 'most specific' to
20
'least specific' in the following order:
@@ -73,7 +73,7 @@ GitHub github = Feign.builder()
73
74
75
76
-##Complex Exceptions
+## Complex Exceptions
77
78
Finally, Any exception can be used if they have a default constructor:
79
0 commit comments