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.