Annotation Interface RegisterRestClient
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Stereotype
@Dependent
public @interface RegisterRestClient
A marker annotation to register a rest client at runtime. This marker must be applied to any CDI managed
clients.
Note that the annotated interface indicates a service-centric view. Thus users would invoke methods on
this interface as if it were running in the same VM as the remote service.
-
Optional Element Summary
-
Element Details
-
baseUri
String baseUri- Default:
- ""
-