Eclipse - find all classes that extend interface

前端 未结 7 601
情书的邮戳
情书的邮戳 2021-02-05 05:06

We have an interface that has a child interface. Ie:

public interface GenCalculator extends Serializable {}

public interface SpecialCalculator extends GenCalcu         


        
7条回答
  •  渐次进展
    2021-02-05 05:28

    You can do it with nWire for Java. However, nWire requires Eclipse 3.3 and above. I highly recommend upgrading.

提交回复
热议问题