diff options
Diffstat (limited to 'src/stubs/com/sun/tools/javac/main')
-rw-r--r-- | src/stubs/com/sun/tools/javac/main/Option.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stubs/com/sun/tools/javac/main/Option.java b/src/stubs/com/sun/tools/javac/main/Option.java new file mode 100644 index 00000000..f3229c78 --- /dev/null +++ b/src/stubs/com/sun/tools/javac/main/Option.java @@ -0,0 +1,10 @@ +/* + * These are stub versions of various bits of javac-internal API (for various different versions of javac). Lombok is compiled against these. + */ +package com.sun.tools.javac.main; + + +public enum Option { + ; + public String text; +} |