Add author tags to HTTP Service registry

See gh-33992
This commit is contained in:
rstoyanchev
2025-03-28 19:10:32 +00:00
parent 9721cbad5c
commit 49e24b7dfa
5 changed files with 5 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ import org.springframework.web.service.annotation.HttpExchange;
* {@link HttpServiceProxyRegistry} from which to obtain proxies.
*
* @author Rossen Stoyanchev
* @author Phillip Webb
* @since 7.0
* @see ImportHttpServices
* @see HttpServiceProxyRegistryFactoryBean

View File

@@ -23,6 +23,7 @@ import java.util.Set;
* {@link org.springframework.web.service.invoker.HttpServiceProxyFactory} and
* HTTP client setup.
*
* @author Olga Maciaszek-Sharma
* @author Rossen Stoyanchev
* @since 7.0
*/

View File

@@ -22,6 +22,7 @@ import org.springframework.web.service.invoker.HttpExchangeAdapter;
* Adapter that helps to configure a group independent of its client builder type.
*
* @author Rossen Stoyanchev
* @author Phillip Webb
* @since 7.0
* @param <CB> the type of client builder, i.e. {@code RestClient} or {@code WebClient} builder.
*/

View File

@@ -51,6 +51,7 @@ import org.springframework.web.service.invoker.HttpServiceProxyFactory;
* {@link AbstractHttpServiceRegistrar}, and given .
*
* @author Rossen Stoyanchev
* @author Phillip Webb
* @since 7.0
* @see AbstractHttpServiceRegistrar
*/

View File

@@ -43,6 +43,7 @@ import org.springframework.web.service.annotation.HttpExchange;
* <p>An application can autowire HTTP Service proxy beans, or autowire the
* {@link HttpServiceProxyRegistry} from which to obtain proxies.
*
* @author Olga Maciaszek-Sharma
* @author Rossen Stoyanchev
* @since 7.0
* @see HttpServiceGroups