* configurable ignored packages
[scannotation] / src / test / java / org / scannotation / test / MetaAnnotation.java
diff --git a/src/test/java/org/scannotation/test/MetaAnnotation.java b/src/test/java/org/scannotation/test/MetaAnnotation.java
new file mode 100644 (file)
index 0000000..95f04a3
--- /dev/null
@@ -0,0 +1,14 @@
+package org.scannotation.test;
+
+import java.lang.annotation.ElementType;
+import java.lang.annotation.Retention;
+import java.lang.annotation.RetentionPolicy;
+import java.lang.annotation.Target;
+
+/**
+ * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
+ * @version $Revision: 1 $
+ */
+public @interface MetaAnnotation
+{
+}