插件功能:
?? 在eclipse中查找并定位類時(shí),可以選擇直接定位到接口或者定位到接口的實(shí)現(xiàn)。
使用方法:
?? 選擇類(接口)或者類(接口)的方法,單擊右鍵,選擇Open Interface,直接定位到接口;選擇Open Implementation,直接定位到實(shí)現(xiàn)類,如果有多個(gè)實(shí)現(xiàn)類就會(huì)出現(xiàn)一個(gè)選擇框,選擇具體的某個(gè)實(shí)現(xiàn)類。
插件介紹:
The Implementors plugins add the possibility to jump to the implementation of of an interface. Alternatively, you can jump to the interface of an implementation.
The jumping to implementation/interface works for plain Java files. In addition, when associating EJB deployment descriptors with a project, the plugin is made aware of the connection between the EJB interfaces and the implementation class, something which is not specified in the implementation class itself.
該插件是一個(gè)非常實(shí)用的插件。