You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/09/29 19:54:34 UTC

svn commit: r451364 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java

Author: rahul
Date: Fri Sep 29 10:54:33 2006
New Revision: 451364

URL: http://svn.apache.org/viewvc?view=rev&rev=451364
Log:
Begin the deprecation process for the digester rules.

SCXML-23

Modified:
    jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java

Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java?view=diff&rev=451364&r1=451363&r2=451364
==============================================================================
--- jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java (original)
+++ jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/io/SCXMLDigester.java Fri Sep 29 10:54:33 2006
@@ -1153,6 +1153,7 @@
      * 1) Updation of the SCXML object's global targets Map <br>
      * 2) Obtaining a handle to the SCXML object's NotificationRegistry <br>
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class UpdateModelRule extends Rule {
 
@@ -1186,6 +1187,7 @@
     /**
      * Custom digestion rule for setting Executable parent of Action elements.
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class SetExecutableParentRule extends Rule {
 
@@ -1216,6 +1218,8 @@
      * <code>ExternalContent</code> elements.
      *
      * @see ExternalContent
+     *
+     * @deprecated Will be removed in version 1.0
      */
     public static class ParseExternalContentRule extends NodeCreateRule {
         /**
@@ -1243,6 +1247,7 @@
     /**
      * Custom digestion rule for parsing bodies of &lt;data&gt; elements.
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class ParseDataRule extends NodeCreateRule {
 
@@ -1331,6 +1336,7 @@
      * Custom digestion rule for external sources, that is, the src attribute of
      * the &lt;state&gt; element.
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class DigestSrcAttributeRule extends Rule {
 
@@ -1417,6 +1423,7 @@
     /**
      * Custom digestion rule for setting PathResolver for runtime retrieval.
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class SetPathResolverRule extends Rule {
 
@@ -1451,6 +1458,7 @@
     /**
      * Custom digestion rule for setting state parent of finalize.
      *
+     * @deprecated Will be removed in version 1.0
      */
     public static class UpdateFinalizeRule extends Rule {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org