* configurable ignored packages
[scannotation] / src / test / java / org / scannotation / test / CrossRefMetaAnnotaiton.java
1 package org.scannotation.test;
2
3 /**
4  * @author <a href="mailto:bill@burkecentral.com">Bill Burke</a>
5  * @version $Revision: 1 $
6  */
7 @AnnotationWithMetaAnnotation
8 public class CrossRefMetaAnnotaiton
9 {
10 }