讓我暈死了N次的JDK5- @Override。。

來源:互聯網
上載者:User

多次在將Eclipse編譯環境從JDK6換到JDK5的時候,在JDK6下面寫的@Override 幾乎都要報錯。百思不得其解。
網上找了找,終於發現原因了:)
 
@Override 是JDK5引入的,描述如下:
Indicates that a method declaration is intended to override a method declaration in a superclass. If a method is annotated with this annotation type but does not override a superclass method, compilers are required to generate an error message.
 

在JDK6文檔中的描述是一模一樣!但是真正的麻煩就出在superclass 的理解上!JDK5認為Override重載是覆蓋父類方法,而JDK6則將覆蓋父類方法與實現介面方法,都定義為Override superclass。 因此只要是實現介面方法的地方寫了@Override,JDK5都會報錯

 

個人感覺JDK5的@Override可能是設計時候的bug吧:) 因為感覺JDK6的理解比較正確。

 

  
  
  
 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.