initial commit
[scannotation] / src / test / java / org / scannotation / test / CrossRef.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 public class CrossRef implements InterfaceWithParameterAnnotations
8 {
9    public void junk(int param)
10    {
11    }
12 }