@override Error in Java

Source: Internet
Author: User

Error question:

When we import other people's projects, there may be Java class error, click on the wrong prompt let us remove @override. This is the JDK version of the problem caused by the source-independent.

Workaround:

Scenario 1, directly delete the error @override annotations; This is the most stupid method, although this direct remover off no big problem, if the annotation where more how to do? So it doesn't solve the problem fundamentally. (Not recommended)

Scenario 2, modify the JDK version of the project;

      

@override annotations appear on JDK1.5, and in the 1.5 version @override is not supported on the implementation of the interface . While JDK1.6 has fixed this bug, @override annotations can be supported either in the parent class's method or in the interface implementation method.

@override Error in Java

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.