X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fscannotation%2Ftest%2FAnnotationWithMetaAnnotation.java;fp=src%2Ftest%2Fjava%2Forg%2Fscannotation%2Ftest%2FAnnotationWithMetaAnnotation.java;h=3c5dbefb9e35030bb3295ccf1898a8f584c7d4b3;hb=6f8bc0038ccf20fceaf363d36c22b731e0a998e3;hp=0000000000000000000000000000000000000000;hpb=868064416c672c93f8b0a1b5d7b6a170d2b0e7f3;p=scannotation diff --git a/src/test/java/org/scannotation/test/AnnotationWithMetaAnnotation.java b/src/test/java/org/scannotation/test/AnnotationWithMetaAnnotation.java new file mode 100644 index 0000000..3c5dbef --- /dev/null +++ b/src/test/java/org/scannotation/test/AnnotationWithMetaAnnotation.java @@ -0,0 +1,15 @@ +package org.scannotation.test; + +import java.lang.annotation.ElementType; +import java.lang.annotation.Retention; +import java.lang.annotation.RetentionPolicy; +import java.lang.annotation.Target; + +/** + * @author Bill Burke + * @version $Revision: 1 $ + */ +@MetaAnnotation +public @interface AnnotationWithMetaAnnotation +{ +}