Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 92407

Summary: WSWB31: Clarification (TCT3)
Product: [Eclipse Project] JDT Reporter: Cam-Thu Le <camle>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Cam-Thu Le CLA 2005-04-22 12:42:24 EDT
Translator needs clarification on:
File 
eclipse\plugins\org.eclipse.jdt.ui\jdt_jar\org\eclipse\jdt\internal\ui\actions\
ActionMessages.properties

SourceActionDialog.createMethodAnnotation=Generate '@Override' a&nnotations

In the above string, what does '@Override' represent?
Comment 1 Dirk Baeumer CLA 2005-04-22 12:49:59 EDT
J2EE 5.0 support the concept of annotations. All anotation types begin with '@'.
@Override is a predefined annotation and shouldn't be translated. It is like the
keyword 'class' or 'if'.
Comment 2 Cam-Thu Le CLA 2005-05-04 10:44:52 EDT
Thank you.