Skip to content

Commit 49e24b7

Browse files
committed
Add author tags to HTTP Service registry
See gh-33992
1 parent 9721cba commit 49e24b7

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

spring-web/src/main/java/org/springframework/web/service/registry/AbstractHttpServiceRegistrar.java

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
* {@link HttpServiceProxyRegistry} from which to obtain proxies.
7474
*
7575
* @author Rossen Stoyanchev
76+
* @author Phillip Webb
7677
* @since 7.0
7778
* @see ImportHttpServices
7879
* @see HttpServiceProxyRegistryFactoryBean

spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceGroup.java

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* {@link org.springframework.web.service.invoker.HttpServiceProxyFactory} and
2424
* HTTP client setup.
2525
*
26+
* @author Olga Maciaszek-Sharma
2627
* @author Rossen Stoyanchev
2728
* @since 7.0
2829
*/

spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceGroupAdapter.java

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Adapter that helps to configure a group independent of its client builder type.
2323
*
2424
* @author Rossen Stoyanchev
25+
* @author Phillip Webb
2526
* @since 7.0
2627
* @param <CB> the type of client builder, i.e. {@code RestClient} or {@code WebClient} builder.
2728
*/

spring-web/src/main/java/org/springframework/web/service/registry/HttpServiceProxyRegistryFactoryBean.java

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
* {@link AbstractHttpServiceRegistrar}, and given .
5252
*
5353
* @author Rossen Stoyanchev
54+
* @author Phillip Webb
5455
* @since 7.0
5556
* @see AbstractHttpServiceRegistrar
5657
*/

spring-web/src/main/java/org/springframework/web/service/registry/ImportHttpServices.java

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* <p>An application can autowire HTTP Service proxy beans, or autowire the
4444
* {@link HttpServiceProxyRegistry} from which to obtain proxies.
4545
*
46+
* @author Olga Maciaszek-Sharma
4647
* @author Rossen Stoyanchev
4748
* @since 7.0
4849
* @see HttpServiceGroups

0 commit comments

Comments
 (0)