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:
parent
6e7c3f740e
commit
d25a0c1780
1 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue