You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (JIRA)" <ji...@apache.org> on 2019/08/19 00:42:00 UTC

[jira] [Created] (SCB-1449) support multi interfaces with templates

liubao created SCB-1449:
---------------------------

             Summary: support multi interfaces with templates
                 Key: SCB-1449
                 URL: https://issues.apache.org/jira/browse/SCB-1449
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Java-Chassis
            Reporter: liubao
            Assignee: liubao


This improvment relates to 
 # SCB-1448

h1. support class inheritance and interface inheritance with template type

 

need to support client invocation like:

 

public interface A extends B<T>, C<T,>

or 

public interface A extends B<T>, C<M,N>

or 

public interface A extends B<T>, C<T,N>



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)