We extend because it allows us to evolve the API without breaking people. If it was an interface we would never be able to add any more methods ever. This is needed for backwards compatibility.
It will be removed, you should work on avoiding use of the interfaces to not be broken in the future. On Tuesday, November 1, 2016 at 4:10:46 AM UTC-7, Wang Tao wrote: > > When I use implements I can define gRPC service as a spring bean easily, > extends not friendly enough to my spring based app. > > Now I generate my codes with option 'enable_deprecated', this option will > be deleted in the future? > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9d15105a-7125-40dd-82af-1964ac821256%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
