Skip to content

Commit

Permalink
add Experimental annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoJing96 committed Oct 31, 2023
1 parent 78cfff3 commit a7c884c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/feign/Request.java
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ public Options getMethodOptions(String methodName) {
* @param methodName it's your FeignInterface method name.
* @param options it's the Options for this method.
*/
@Experimental
public void setMethodOptions(String methodName, Options options) {
String threadIdentifier = getThreadIdentifier();
Map<String, Request.Options> methodOptions =
Expand Down

0 comments on commit a7c884c

Please sign in to comment.