aboutsummaryrefslogtreecommitdiff
path: root/annotation-file-utilities/tests/ClassAnnotationParameter.goal
diff options
context:
space:
mode:
Diffstat (limited to 'annotation-file-utilities/tests/ClassAnnotationParameter.goal')
-rw-r--r--annotation-file-utilities/tests/ClassAnnotationParameter.goal7
1 files changed, 7 insertions, 0 deletions
diff --git a/annotation-file-utilities/tests/ClassAnnotationParameter.goal b/annotation-file-utilities/tests/ClassAnnotationParameter.goal
new file mode 100644
index 0000000..76e8bd4
--- /dev/null
+++ b/annotation-file-utilities/tests/ClassAnnotationParameter.goal
@@ -0,0 +1,7 @@
+package annotator.tests;
+
+public class ClassAnnotationParameter {
+ @java.lang.TestAnnotation(java.lang.Object.class)
+ public void foo() {
+ }
+} \ No newline at end of file