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

put the experimental warning into the javadoc

This commit is contained in:
Michael Scharf 2007-06-26 04:01:01 +00:00
parent 705a947781
commit 60ba3dc3b9

View file

@ -15,6 +15,12 @@ package org.eclipse.tm.internal.terminal.provisional.api;
* extension. It maintains a proxy to the connector to allow lazy initialization of the
* real {@link ITerminalConnector connector} that comes from an extension.
*
* <p>
* <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
* work or that it will remain the same. Please do not use this API without
* consulting with the <a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> team.
* </p>
*/
public interface ITerminalConnectorInfo {
/**