This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.featureflags-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git

commit 9f8c00a3b6de8acc667bd8ee412109be882f6ee6
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Jan 10 07:35:56 2014 +0000

    Remove FeatureProvider interface, Features are OSGi services now - rename 
ProviderContext to ExecutionContext
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/feature-flags@1557047
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/featureflags/Feature.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/sling/featureflags/Feature.java 
b/src/main/java/org/apache/sling/featureflags/Feature.java
index ca83b08..5bec8fd 100644
--- a/src/main/java/org/apache/sling/featureflags/Feature.java
+++ b/src/main/java/org/apache/sling/featureflags/Feature.java
@@ -30,6 +30,8 @@ import aQute.bnd.annotation.ConsumerType;
  *   <li>{@link ResourceHiding}</li>
  *   <li>{@link ResourceTypeMapping}</li>
  * </ul>
+ *
+ * Features are registered as OSGi services.
  */
 @ConsumerType
 public interface Feature extends Adaptable {

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to