Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Generated NOT for class hierarchy

Hi,

I want to add additional interface for my edit part, for example. In this case I need to add @generated NOT annotation in the header of the file.

Probably I can add my custom interface without annotation in the header?
Somth like that

/**
 * @generated
 */
public class NameEditPart extends CompartmentEditPart implements
ITextAwareEditPart, /** @generated NOT */ MyInterface {

Thanks,
Igor

Back to the top