Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2009-12-01 02:09:41 +0000
committertle2009-12-01 02:09:41 +0000
commit5c3cc4a22df3c7bbbed0ec72e383557a3277b571 (patch)
tree973b20dd9ef287d8a0fe58fc422d7e7771e8e4f0
parent9ac6c0c203d67f0379580a0e1f9ea47b136a9df1 (diff)
downloadwebtools.dali-5c3cc4a22df3c7bbbed0ec72e383557a3277b571.tar.gz
webtools.dali-5c3cc4a22df3c7bbbed0ec72e383557a3277b571.tar.xz
webtools.dali-5c3cc4a22df3c7bbbed0ec72e383557a3277b571.zip
Added comment.
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/jpa2/context/SequenceGenerator2_0.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/jpa2/context/SequenceGenerator2_0.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/jpa2/context/SequenceGenerator2_0.java
index fd207f3e76..244abe812e 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/jpa2/context/SequenceGenerator2_0.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/jpa2/context/SequenceGenerator2_0.java
@@ -12,7 +12,14 @@ package org.eclipse.jpt.core.jpa2.context;
import org.eclipse.jpt.core.context.SequenceGenerator;
/**
- * SequenceGenerator2_0
+ * Provisional API: This interface is part of an interim API that is still
+ * under development and expected to change significantly before reaching
+ * stability. It is available at this early stage to solicit feedback from
+ * pioneering adopters on the understanding that any code that uses this API
+ * will almost certainly be broken (repeatedly) as the API evolves.
+ *
+ * @version 3.0
+ * @since 3.0
*/
public interface SequenceGenerator2_0 extends SequenceGenerator
{

Back to the top