initial commit
[scannotation] / src / test / java / org / scannotation / test / InterfaceWithParameterAnnotations.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 interface InterfaceWithParameterAnnotations
8 {
9    public void junk(@SimpleAnnotation int param);
10 }