Skip to content

Commit

Permalink
Merge pull request #13 from jamezp/issue12
Browse files Browse the repository at this point in the history
[12] Allow the @RestClientConfig to be added to parameters.
  • Loading branch information
jamezp authored Aug 16, 2024
2 parents 5b68b12 + dc8df3e commit 273af90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
@Inherited
@Documented
@Target(ElementType.FIELD)
@Target({ ElementType.FIELD, ElementType.PARAMETER })
@Retention(RetentionPolicy.RUNTIME)
public @interface RestClientConfig {

Expand Down

0 comments on commit 273af90

Please sign in to comment.