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

[cleanup] adding @noimplement

This commit is contained in:
David Dykstal 2008-04-06 19:27:22 +00:00
parent 440f02b9c3
commit e64ccf5b7f

View file

@ -12,6 +12,7 @@
* *
* Contributors: * Contributors:
* David Dykstal (IBM) - 142806: refactoring persistence framework * David Dykstal (IBM) - 142806: refactoring persistence framework
* David Dykstal (IBM) - [cleanup] adding noimplement tag
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.persistence; package org.eclipse.rse.persistence;
@ -23,6 +24,7 @@ import org.eclipse.rse.core.model.ISystemProfile;
* There is typically only one persistence manager instance defined when RSE is running. * There is typically only one persistence manager instance defined when RSE is running.
* The persistence manager controls the persistence of RSE profiles through the use * The persistence manager controls the persistence of RSE profiles through the use
* of registered persistence providers. * of registered persistence providers.
* @noimplement this interface is not intended to be implemented by clients
*/ */
public interface IRSEPersistenceManager { public interface IRSEPersistenceManager {