1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00

[cleanup] Adding @since tag

This commit is contained in:
Martin Oberhuber 2008-04-07 10:12:15 +00:00
parent 209ab5dfcd
commit 3c0b5335c3

View file

@ -9,7 +9,7 @@
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
* *
* Contributors: * Contributors:
* David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types * David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.ui.actions; package org.eclipse.rse.ui.actions;
@ -18,8 +18,10 @@ import org.eclipse.swt.events.ArmListener;
import org.eclipse.swt.events.MenuListener; import org.eclipse.swt.events.MenuListener;
/** /**
* An interface to be implemented for listening for menu show events for * An interface to be implemented for listening for menu show events for the
* the purpose of applying mnemonics to the menu items. * purpose of applying mnemonics to the menu items.
*
* @since 3.0
*/ */
public interface ISystemViewMenuListener extends IMenuListener, MenuListener, ArmListener public interface ISystemViewMenuListener extends IMenuListener, MenuListener, ArmListener
{ {