1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00

[200541][api][breaking] Rename terminalConnector -> terminalConnectors and add some Javadoc and @since tags

This commit is contained in:
Martin Oberhuber 2008-04-04 15:26:40 +00:00
parent 6e7c3f740e
commit d25a0c1780

View file

@ -20,14 +20,18 @@ import org.eclipse.tm.internal.terminal.connector.TerminalConnector;
/** /**
* A factory to get {@link ITerminalConnector} instances. * A factory to get {@link ITerminalConnector} instances.
* *
* @author Michael Scharf * @author Michael Scharf
* *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*
* <p> * <p>
* <strong>EXPERIMENTAL</strong>. This class or interface has been added as * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
* part of a work in progress. There is no guarantee that this API will * part of a work in progress. There is no guarantee that this API will work or
* work or that it will remain the same. Please do not use this API without * that it will remain the same. Please do not use this API without consulting
* consulting with the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team. * with the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a>
* team.
* </p> * </p>
*/ */
public class TerminalConnectorExtension { public class TerminalConnectorExtension {