fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@906284 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
index 36fc856..fd29e20 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
@@ -24,8 +24,7 @@
 import java.lang.annotation.Target;
 
 /**
- * This Annotation has to be specified within the MetaType annotation, and declares an Attribute Definition
- * which complies to the MetaType specification.
+ * Annotates a MetaType annotation for declaring the data type of a property/attribute. 
  */
 @Retention(RetentionPolicy.CLASS)
 @Target(ElementType.ANNOTATION_TYPE)