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

add EXPERIMENTAL note to RemoteObjectId

This commit is contained in:
Martin Oberhuber 2008-04-25 16:35:45 +00:00
parent 4957ef1c38
commit d20c416a1a

View file

@ -31,9 +31,17 @@ import org.eclipse.rse.core.subsystems.ISystemDragDropAdapter;
* but making that happen would break almost all clients since their adapter * but making that happen would break almost all clients since their adapter
* factories are not prepared for it. * factories are not prepared for it.
* *
* TODO This class is currently nowhere used and is therefore dead code. But it * TODO This class would make sense to eventually promote to API. But currently,
* is kept here in order to be convey the original idea and have it available * it isn't used anywhere and is therefore dead code. But it is kept here in
* when needed. * order to be convey the original idea and have it available when needed.
*
* <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>
* *
* @since org.eclipse.rse.core 3.0 * @since org.eclipse.rse.core 3.0
*/ */