diff options
Diffstat (limited to 'src/stubs/com/sun/tools/javac/parser/ParserFactory.java')
-rw-r--r-- | src/stubs/com/sun/tools/javac/parser/ParserFactory.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stubs/com/sun/tools/javac/parser/ParserFactory.java b/src/stubs/com/sun/tools/javac/parser/ParserFactory.java index 193f2333..2f693271 100644 --- a/src/stubs/com/sun/tools/javac/parser/ParserFactory.java +++ b/src/stubs/com/sun/tools/javac/parser/ParserFactory.java @@ -1,3 +1,6 @@ +/* + * 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.parser; import com.sun.tools.javac.util.Context; |