You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/10/24 09:48:47 UTC

[3/3] git commit: ISIS-928: marked Exploration annotation as deprecated, with a view to perhaps removing in Isis 2.0.

ISIS-928: marked Exploration annotation as deprecated, with a view to perhaps removing in Isis 2.0.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d177fba0
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d177fba0
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d177fba0

Branch: refs/heads/master
Commit: d177fba0e2ec0a3657a628e8ae6c0ddc42832542
Parents: 766670e
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Oct 24 08:39:58 2014 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Oct 24 08:42:28 2014 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/isis/applib/annotation/Exploration.java  | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d177fba0/core/applib/src/main/java/org/apache/isis/applib/annotation/Exploration.java
----------------------------------------------------------------------
diff --git a/core/applib/src/main/java/org/apache/isis/applib/annotation/Exploration.java b/core/applib/src/main/java/org/apache/isis/applib/annotation/Exploration.java
index cddb41f..df41566 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/annotation/Exploration.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/annotation/Exploration.java
@@ -27,7 +27,10 @@ import java.lang.annotation.Target;
 
 /**
  * Indicates the an action should be only available in exploration mode
+ * 
+ * @deprecated - very similar to {@link org.apache.isis.applib.annotation.Prototype}.
  */
+@Deprecated
 @Inherited
 @Target({ ElementType.METHOD })
 @Retention(RetentionPolicy.RUNTIME)