aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/Test.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/Test.java')
-rw-r--r--src/test/Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Test.java b/src/test/Test.java
index b0927539..2e6f5c3d 100644
--- a/src/test/Test.java
+++ b/src/test/Test.java
@@ -4,7 +4,7 @@ import javassist.bytecode.annotation.*;
@interface Entity {}
-@interface Table {}
+@interface Table { String[] textValues() default {}; }
public class Test {
public static void main(String[] args) throws Exception {