Author: pderop
Date: Wed Feb  3 23:15:04 2010
New Revision: 906284

URL: http://svn.apache.org/viewvc?rev=906284&view=rev
Log:
fixed javadoc

Modified:
    
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java

Modified: 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java?rev=906284&r1=906283&r2=906284&view=diff
==============================================================================
--- 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
 (original)
+++ 
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Attribute.java
 Wed Feb  3 23:15:04 2010
@@ -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)


Reply via email to