Skip to content

Commit

Permalink
[12] Allow the @RestClientConfig to be added to parameters.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Aug 16, 2024
1 parent 5b68b12 commit dc8df3e
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 dc8df3e

Please sign in to comment.