diff options
Diffstat (limited to 'src/test/Test.java')
-rw-r--r-- | src/test/Test.java | 2 |
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 { |