Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2010-03-08 16:54:12 +0000
committerkmoore2010-03-08 16:54:12 +0000
commit908d6e9290edbfe5af2a17394d43da8c7f0b61fe (patch)
tree3d56087014dc1a177214874778f334ba50bc7859 /jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
parentc0a18dedfb2b12b0383afd19fe78d3d8b54ef66d (diff)
downloadwebtools.dali-908d6e9290edbfe5af2a17394d43da8c7f0b61fe.tar.gz
webtools.dali-908d6e9290edbfe5af2a17394d43da8c7f0b61fe.tar.xz
webtools.dali-908d6e9290edbfe5af2a17394d43da8c7f0b61fe.zip
updating @version and @since tags on core provisional apis
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
index d5d51b2426..094511a7c7 100644
--- a/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
+++ b/jpa/plugins/org.eclipse.jpt.core/src/org/eclipse/jpt/core/context/Entity.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2009 Oracle. All rights reserved.
+ * Copyright (c) 2006, 2010 Oracle. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0, which accompanies this distribution
* and is available at http://www.eclipse.org/legal/epl-v10.html.
@@ -19,6 +19,9 @@ import java.util.ListIterator;
* 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 2.3
+ * @since 2.0
*/
public interface Entity
extends TypeMapping

Back to the top