FELIX-3874 :  Create new status printer module 

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1439686 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java b/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java
index 530e8a8..a433e08 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java
@@ -33,6 +33,8 @@
  * as a {@link ConfigurationPrinter} but not as a
  * {@link AttachmentProvider} service.
  * @since 3.0
+ * @deprecated This has been deprecated. Use the org.apache.felix.status
+ *             API instead.
  */
 public interface AttachmentProvider
 {
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java b/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java
index f41ec7a..ce7cd54 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java
@@ -32,6 +32,8 @@
  * With the {@link WebConsoleConstants#CONFIG_PRINTER_MODES} property this
  * service can specify when it should be included.
  * The default mode is {@link #MODE_ALWAYS}.
+ * @deprecated This has been deprecated. Use the org.apache.felix.status
+ *             API instead.
  */
 public interface ConfigurationPrinter
 {
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java b/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java
index 6faeed3..309ef73 100644
--- a/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java
+++ b/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java
@@ -34,6 +34,8 @@
  * as a {@link ConfigurationPrinter} but not as a
  * {@link ModeAwareConfigurationPrinter} service.
  * @since 3.0
+ * @deprecated This has been deprecated. Use the org.apache.felix.status
+ *             API instead.
  */
 public interface ModeAwareConfigurationPrinter
     extends ConfigurationPrinter