Annotation Type EnableJaxRsProxyClient
-
@Retention(RUNTIME) @Target(TYPE) @Import(JaxRsProxyClientRegistrar.class) public @interface EnableJaxRsProxyClient
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringaddressThe url endpoint rest services.Class<?>[]classesSpecifies interfaces of JAX-RS resources.String[]scanPackagesSpecifies the package names for class path scanning of JAX-RS resources.Class<?>[]valueThe alias forclasses().
-