mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
add EXPERIMENTAL note to RemoteObjectId
This commit is contained in:
parent
4957ef1c38
commit
d20c416a1a
1 changed files with 15 additions and 7 deletions
|
@ -31,9 +31,17 @@ import org.eclipse.rse.core.subsystems.ISystemDragDropAdapter;
|
|||
* but making that happen would break almost all clients since their adapter
|
||||
* factories are not prepared for it.
|
||||
*
|
||||
* TODO This class is currently nowhere used and is therefore dead code. But it
|
||||
* is kept here in order to be convey the original idea and have it available
|
||||
* when needed.
|
||||
* TODO This class would make sense to eventually promote to API. But currently,
|
||||
* it isn't used anywhere and is therefore dead code. But it is kept here in
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue