Annotation Interface RpcSharedProperty


@Documented @Inherited @Retention(RUNTIME) @Target(FIELD) public @interface RpcSharedProperty
RPC service inner fields (including subfields) annotated by this annotation will be generated in 'sharedContext' property in typescript counterpart
Author:
kochetkov