Package com.iland.core.web.rest.api
Annotation 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