Skip to content

Commit 219dbb7

Browse files
authored
docs: Add references to Feign QueryMapEncoder and FeignClientsConfiguration In SpringQueryMap (#1173)
- Added @see references to feign.QueryMapEncoder and FeignClientsConfiguration - Improved documentation for better discoverability Signed-off-by: Bombo-Dev <[email protected]>
1 parent 3c0abb3 commit 219dbb7

File tree

1 file changed

+2
-0
lines changed
  • spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign

1 file changed

+2
-0
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/SpringQueryMap.java

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
*
2727
* @author Aram Peres
2828
* @see feign.QueryMap
29+
* @see feign.QueryMapEncoder
30+
* @see org.springframework.cloud.openfeign.FeignClientsConfiguration
2931
* @see org.springframework.cloud.openfeign.annotation.QueryMapParameterProcessor
3032
*/
3133
@Retention(RetentionPolicy.RUNTIME)

0 commit comments

Comments
 (0)