/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java	2005/06/05 17:36:14	180122
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/java/org/apache/commons/betwixt/BindingConfiguration.java	2005/06/05 17:36:35	180123
@@ -136,6 +136,7 @@ public class BindingConfiguration implem
     /**
      * Gets the <code>ValueSuppressionStrategy</code>.
      * This is used to control the expression of attributes with certain values.
+     * @since 0.6.1
      * @return <code>ValueSuppressionStrategy</code>, not null
      */
     public ValueSuppressionStrategy getValueSuppressionStrategy() {
@@ -145,6 +146,7 @@ public class BindingConfiguration implem
     /**
      * Sets the <code>ValueSuppressionStrategy</code>.
      * This is used to control the expression of attributes with certain values.
+     * @since 0.6.1
      * @param valueSuppressionStrategy <code>ValueSuppressionStrategy</code>, not null
      */
     public void setValueSuppressionStrategy(
@@ -155,6 +157,7 @@ public class BindingConfiguration implem
     /**
      * Gets the strategy used to manage storage and retrieval of id's.
      * 
+     * @since 0.6.1
      * @return Returns the <code>IdStoringStrategy</code>, not null
      */
     public IdStoringStrategy getIdMappingStrategy() {
@@ -164,6 +167,7 @@ public class BindingConfiguration implem
     /**
      * Sets the strategy used to manage storage and retrieval of id's.
      * 
+     * @since 0.6.1
      * @param idMappingStrategy
      *            <code>IdStoringStrategy</code> to be set, not null
      */

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26