mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Polish alibaba/spring-cloud-alibaba#1363 : Resolve the issues of JavaDoc
This commit is contained in:
@@ -37,16 +37,12 @@ import static org.apache.dubbo.common.constants.CommonConstants.DEFAULT_RETRIES;
|
||||
* Spring Cloud Service-to-Service call is transported by Dubbo under the hood, there are
|
||||
* two main scenarios:
|
||||
* <ol>
|
||||
* <li>{@link FeignClient @FeignClient} annotated classes:
|
||||
* <ul>
|
||||
* If {@link DubboTransported @DubboTransported} annotated classes, the invocation of all
|
||||
* <li>{@link FeignClient @FeignClient} annotated classes: If
|
||||
* {@link DubboTransported @DubboTransported} annotated classes, the invocation of all
|
||||
* methods of {@link FeignClient @FeignClient} annotated classes.
|
||||
* </ul>
|
||||
* <ul>
|
||||
*
|
||||
* If {@link DubboTransported @DubboTransported} annotated methods of
|
||||
* {@link FeignClient @FeignClient} annotated classes.
|
||||
* </ul>
|
||||
* </li>
|
||||
* {@link FeignClient @FeignClient} annotated classes.</li>
|
||||
* <li>{@link LoadBalanced @LoadBalanced} {@link RestTemplate} annotated field, method and
|
||||
* parameters</li>
|
||||
* </ol>
|
||||
|
Reference in New Issue
Block a user