Eclipse - find all classes that extend interface

前端 未结 7 585
情书的邮戳
情书的邮戳 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:20

    Ctrl+T to view all descendants

    Press it the combination a second time (see fine print in initial popup) if you want to display super interfaces/classes.

提交回复
热议问题