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

Marks position tracker api as provisional.

This commit is contained in:
Markus Schorn 2006-07-07 07:22:01 +00:00
parent 616ab60cd0
commit 2bea707eb5
2 changed files with 14 additions and 0 deletions

View file

@ -30,6 +30,13 @@ import org.eclipse.jface.text.Position;
* the deletion as far as possible. * the deletion as far as possible.
* *
* <p> This interface is not intended to be implemented by clients. </p> * <p> This interface is not intended to be implemented by clients. </p>
*
* <p>
* <strong>EXPERIMENTAL</strong>. This 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 CDT team.
* </p>
*/ */
public interface IPositionConverter { public interface IPositionConverter {

View file

@ -20,6 +20,13 @@ import org.eclipse.core.runtime.IPath;
* for the file. * for the file.
* *
* <p> This interface is not intended to be implemented by clients. </p> * <p> This interface is not intended to be implemented by clients. </p>
*
* <p>
* <strong>EXPERIMENTAL</strong>. This 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 CDT team.
* </p>
*/ */
public interface IPositionTrackerManager { public interface IPositionTrackerManager {
/** /**