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

[cleanup] Add real @noimplement to IContextObject

This commit is contained in:
Martin Oberhuber 2008-09-02 18:40:44 +00:00
parent 1dff8ab352
commit e3bb6c7eae

View file

@ -19,17 +19,16 @@ import org.eclipse.rse.core.filters.ISystemFilterReference;
import org.eclipse.rse.core.subsystems.ISubSystem; import org.eclipse.rse.core.subsystems.ISubSystem;
/** /**
* This class is used by tree views to pass context information from the views to * This class is used by tree views to pass context information from the views
* the view providers and model adapters for queries. The context information consists of * to the view providers and model adapters for queries. The context information
* a model object and it may optionally contain the associated filter reference a subsystem. * consists of a model object and it may optionally contain the associated
* filter reference a subsystem.
* *
* Context objects are created transiently and are only used to aid in providing filter information * Context objects are created transiently and are only used to aid in providing
* during a query. * filter information during a query.
*
* noimplement - Extending or implementing this interface in client code is
* strongly discouraged, may break your code in a future major release,
* and will likely lead to degradation of RSE behavior.
* *
* @noimplement This interface is not intended to be implemented by clients
* (this message added in RSE 3.0.1).
*/ */
public interface IContextObject public interface IContextObject
{ {