* configurable ignored packages
[scannotation] / src / test / java / org / scannotation / test / MetaAnnotation.java
1 package org.scannotation.test;
2
3 import java.lang.annotation.ElementType;
4 import java.lang.annotation.Retention;
5 import java.lang.annotation.RetentionPolicy;
6 import java.lang.annotation.Target;
7
8 /**
9  * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
10  * @version $Revision: 1 $
11  */
12 public @interface MetaAnnotation
13 {
14 }