1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 326137: Missing @since tag

This commit is contained in:
Marc Khouzam 2010-09-27 17:58:30 +00:00
parent f38c9abf74
commit f9418dae7d

View file

@ -12,6 +12,11 @@ package org.eclipse.cdt.dsf.gdb.launching;
import org.eclipse.cdt.dsf.concurrent.ThreadSafe;
/**
* A special launch delegate for the attach debug session, which
* supports the launch when the project and/or binary is not specified.
* @since 4.0
*/
@ThreadSafe
public class GdbAttachLaunchDelegate extends GdbLaunchDelegate
{