mscheong01 / krotoDC

Protobuf Kotlin Dataclass, Converter & Custom Kotlin Coroutine gRPC Generator
Apache License 2.0
92 stars 8 forks source link

add `@StubFor`annotation to generated gRPC stub classes #17

Closed mscheong01 closed 1 year ago

mscheong01 commented 1 year ago

Some frameworks like Armeria depends on the io.grpc.kotlin.StubForon grpc-kotlin stubs to retrieve information about the java gRPC class. Adding the same annotation to krotodc generated stubs would ensure compatibility.