Annotation Interface HttpServiceClient


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface HttpServiceClient
Annotation to mark an HTTP Service interface as a candidate client proxy creation. Supported through the import of an AbstractClientHttpServiceRegistrar.
Since:
7.0
Author:
Rossen Stoyanchev
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the HTTP Service group for this client.
    An alias for group().