summaryrefslogtreecommitdiffstats
path: root/tests/features1611/declareMinus/aspectjtest/MyEntity.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features1611/declareMinus/aspectjtest/MyEntity.java')
-rw-r--r--tests/features1611/declareMinus/aspectjtest/MyEntity.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/features1611/declareMinus/aspectjtest/MyEntity.java b/tests/features1611/declareMinus/aspectjtest/MyEntity.java
new file mode 100644
index 000000000..a5d4731c2
--- /dev/null
+++ b/tests/features1611/declareMinus/aspectjtest/MyEntity.java
@@ -0,0 +1,6 @@
+package aspectjtest;
+
+public class MyEntity {
+
+ @AnnotationA private String myField;
+}