commit | a1598c7d1580979cefd933df799f05b0c5b1df53 | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Mon Apr 06 19:00:14 2009 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Mon Apr 06 19:00:14 2009 +0000 |
tree | 35f5f548eaa71d7ecc2d63bde186a8dcb19a0d13 | |
parent | 021ce57338645af15ba12d3bccefe0e375b77872 [diff] |
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. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@762460 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java b/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java index 0bfc58b..baca753 100644 --- a/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java +++ b/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java
@@ -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