Add @since tags for methods added in R 1.2

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@890687 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scr/src/main/java/org/apache/felix/scr/Component.java b/scr/src/main/java/org/apache/felix/scr/Component.java
index fab1b56..894d9eb 100644
--- a/scr/src/main/java/org/apache/felix/scr/Component.java
+++ b/scr/src/main/java/org/apache/felix/scr/Component.java
@@ -231,6 +231,8 @@
      * Returns the <code>org.osgi.service.component.ComponentInstance</code>
      * representing this component or <code>null</code> if this component
      * is not been activated yet.
+     *
+     * @since 1.2
      */
     ComponentInstance getComponentInstance();
 
@@ -242,6 +244,8 @@
      * This method never returns <code>null</code>, that is, if this method is
      * not declared in the component descriptor this method returns the
      * default value <i>activate</i>.
+     *
+     * @since 1.2
      */
     String getActivate();
 
@@ -253,6 +257,8 @@
      * <p>
      * For a component declared in a Declarative Services 1.0 descriptor, this
      * method always returns <code>false</code>.
+     *
+     * @since 1.2
      */
     boolean isActivateDeclared();
 
@@ -264,6 +270,8 @@
      * This method never returns <code>null</code>, that is, if this method is
      * not declared in the component descriptor this method returns the
      * default value <i>deactivate</i>.
+     *
+     * @since 1.2
      */
     String getDeactivate();
 
@@ -275,6 +283,8 @@
      * <p>
      * For a component declared in a Declarative Services 1.0 descriptor, this
      * method always returns <code>false</code>.
+     *
+     * @since 1.2
      */
     boolean isDeactivateDeclared();
 
@@ -286,6 +296,8 @@
      * <p>
      * For a component declared in a Declarative Services 1.0 descriptor, this
      * method always returns <code>null</code>.
+     *
+     * @since 1.2
      */
     String getModified();
 
@@ -311,6 +323,8 @@
      * <dd>Configuration is ignored. No Configuration Admin service
      * configuration is supplied to the component.</dd>
      * </dl>
+     *
+     * @since 1.2
      */
     String getConfigurationPolicy();