diff --git a/ANX.Framework.Content.Pipeline/Tasks/ImporterConverter.cs b/ANX.Framework.Content.Pipeline/Tasks/ImporterConverter.cs
index 2cd6bab8..a3d654db 100644
--- a/ANX.Framework.Content.Pipeline/Tasks/ImporterConverter.cs
+++ b/ANX.Framework.Content.Pipeline/Tasks/ImporterConverter.cs
@@ -1,12 +1,16 @@
using System.Collections.Specialized;
using System.Linq;
using System.ComponentModel;
+using ANX.Framework.NonXNA.Development;
namespace ANX.Framework.Content.Pipeline.Tasks
{
///
/// Class for enabling a dropdown list containing all available Importers for the PropertyGrid.
///
+ [Developer("SilentWarrior/Eagle Eye Studios")]
+ [PercentageComplete(100)]
+ [TestState(TestStateAttribute.TestState.Tested)]
public class ImporterConverter : StringConverter
{
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
diff --git a/ANX.Framework.Content.Pipeline/Tasks/ProcessorConverter.cs b/ANX.Framework.Content.Pipeline/Tasks/ProcessorConverter.cs
index 7779f9d9..2f20e148 100644
--- a/ANX.Framework.Content.Pipeline/Tasks/ProcessorConverter.cs
+++ b/ANX.Framework.Content.Pipeline/Tasks/ProcessorConverter.cs
@@ -1,11 +1,15 @@
using System.ComponentModel;
using System.Linq;
+using ANX.Framework.NonXNA.Development;
namespace ANX.Framework.Content.Pipeline.Tasks
{
///
/// Class for enabling a dropdown list containing all available Processors for the PropertyGrid.
///
+ [Developer("SilentWarrior/Eagle Eye Studios")]
+ [PercentageComplete(100)]
+ [TestState(TestStateAttribute.TestState.Tested)]
public class ProcessorConverter : StringConverter
{
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)