Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-03-07 20:54:40 +0000
committerspingel2009-03-07 20:54:40 +0000
commit898ce6ae399c515ff3e185ba22892c3b91c08cad (patch)
treee2b6d2bc63948b5746f6b92ba723191afcbe6ccd /org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java
parentea432aeb93d882a7fcf0b5252084928d05890cc1 (diff)
downloadorg.eclipse.mylyn.tasks-898ce6ae399c515ff3e185ba22892c3b91c08cad.tar.gz
org.eclipse.mylyn.tasks-898ce6ae399c515ff3e185ba22892c3b91c08cad.tar.xz
org.eclipse.mylyn.tasks-898ce6ae399c515ff3e185ba22892c3b91c08cad.zip
NEW - bug 267514: [api] add @noextend tag to interfaces that specify @noimplement
https://bugs.eclipse.org/bugs/show_bug.cgi?id=267514
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java
index 4741d1903..8a005fedc 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/tasks/core/IRepositoryPerson.java
@@ -15,6 +15,7 @@ package org.eclipse.mylyn.tasks.core;
* @author Steffen Pingel
* @since 3.0
* @noimplement This interface is not intended to be implemented by clients.
+ * @noextend This interface is not intended to be extended by clients.
*/
public interface IRepositoryPerson {

Back to the top