* configurable ignored packages
[scannotation] / src / test / java / org / scannotation / test / AnnotationWithMetaAnnotation.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 @MetaAnnotation
13 public @interface AnnotationWithMetaAnnotation
14 {
15 }