SLING-2662 :  Enhance run mode handling 

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1409245 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/settings/SlingSettingsService.java b/src/main/java/org/apache/sling/settings/SlingSettingsService.java
index 935400b..6c3dece 100644
--- a/src/main/java/org/apache/sling/settings/SlingSettingsService.java
+++ b/src/main/java/org/apache/sling/settings/SlingSettingsService.java
@@ -72,6 +72,7 @@
      * of run mode options
      * The value is a comma separated list of options where each option
      * contains of a set of run modes separated by a | character.
+     * @since 1.2.0
      */
     String RUN_MODE_OPTIONS = "sling.run.mode.options";
 
@@ -80,6 +81,7 @@
      * of run mode options for installation time.
      * The value is a comma separated list of options where each option
      * contains of a set of run modes separated by a | character.
+     * @since 1.2.0
      */
     String RUN_MODE_INSTALL_OPTIONS = "sling.run.mode.install.options";