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:
parent
440f02b9c3
commit
e64ccf5b7f
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue