Forgot to add this file in my last commit.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1340926 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/annotations/src/main/java/foo/RGB.java b/ipojo/tests/core/annotations/src/main/java/foo/RGB.java
new file mode 100644
index 0000000..ec43bc7
--- /dev/null
+++ b/ipojo/tests/core/annotations/src/main/java/foo/RGB.java
@@ -0,0 +1,9 @@
+package foo;
+
+/**
+ * Checks the enum support in custom handler.
+ */
+public enum RGB {
+
+    RED, GREEN, BLUE
+}