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

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

commit 1e1556374545328d616f10d2987ff604ca3d649e
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Mon Dec 14 12:15:12 2015 +0000

    SLING-5356 - add missing ProviderType
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/resourcebuilder@1719885
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java 
b/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
index 5ace56e..bc6b46d 100644
--- a/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
+++ b/src/main/java/org/apache/sling/resourcebuilder/api/ResourceBuilder.java
@@ -22,7 +22,11 @@ import java.io.InputStream;
 
 import org.apache.sling.api.resource.Resource;
 
+import aQute.bnd.annotation.ProviderType;
+
 /** Builds Sling Resources using a simple fluent API */
+
+@ProviderType
 public interface ResourceBuilder {
     
     public static final String DEFAULT_PRIMARY_TYPE = "nt:unstructured";

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

Reply via email to