@ Override must override a superclass Method

Source: Internet
Author: User

When using eclipse to develop a Java project, the following error message is prompted during @ override annotation:
The method *** of Type *** must override a superclass Method

This is mainly because the project'sThe value of compiler comliance level is incorrect., 5.0 does not support annotation such as @ override. You only need to change it to 6.0. Of course, you can also directly remove annotation @ override.

Modify the compiler comliance level using the following methods ):

Method 1:Select window-> preferences-> Java compiler, find the option: Compiler compliance level, and modify the corresponding value. Note that this is a global modification, and you can also set it for a project. As shown in:

Method 2:Right-click the project and choose Properties> Java compiler. Find compiler compliance level and modify the value.

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.