Annotation Interface PlatformApi


@Qualifier @Retention(RUNTIME) @Target({TYPE,METHOD,FIELD,PARAMETER}) public @interface PlatformApi
Annotation to disambiguate a platform-core API bean implementation from the equivalent grpc client implementation (Api). Platform-core jax-rs annotated interfaces will extend base APIs defined in microservices. They usually need to depend on the gRPC client implementation of the same API.
Author:
Sachin Mittal