improve javadoc
diff --git a/src/main/java/org/apache/sling/servlets/annotations/PathsStrict.java b/src/main/java/org/apache/sling/servlets/annotations/PathsStrict.java
index efae435..258b0f6 100644
--- a/src/main/java/org/apache/sling/servlets/annotations/PathsStrict.java
+++ b/src/main/java/org/apache/sling/servlets/annotations/PathsStrict.java
@@ -20,7 +20,7 @@
 import java.lang.annotation.Target;
 
 /**
- * Marker meta-annotation to activate the strict resolution mode. 
+ * Meta marker annotation to activate the strict resolution mode. 
  * Only supposed to be used on the {@link SlingServletPathsStrict} to set the property correctly without allowing to modify it
  */
 @Target(ElementType.ANNOTATION_TYPE)