You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2009/04/06 21:00:14 UTC

svn commit: r762460 - /felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java

Author: cziegeler
Date: Mon Apr  6 19:00:14 2009
New Revision: 762460

URL: http://svn.apache.org/viewvc?rev=762460&view=rev
Log:
FELIX-1010: Metatype information should not be generated by default - this has actually been an error in the javadocs where metatype is true per default. We can't change it for the javadocs parsing, but we can define new defaults for the annotations stuff.

Modified:
    felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java

Modified: felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java?rev=762460&r1=762459&r2=762460&view=diff
==============================================================================
--- felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java (original)
+++ felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java Mon Apr  6 19:00:14 2009
@@ -84,7 +84,7 @@
      * <code>metatype.xml</code> file for this component. Otherwise no Metatype
      * Service data is generated for this component.
      */
-    boolean metatype() default true;
+    boolean metatype() default false;
 
     /**
      * This marks an abstract service description which is not added to the