aboutsummaryrefslogtreecommitdiff
path: root/src/stubs/com/sun/tools/javac/parser/Lexer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/com/sun/tools/javac/parser/Lexer.java')
-rw-r--r--src/stubs/com/sun/tools/javac/parser/Lexer.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stubs/com/sun/tools/javac/parser/Lexer.java b/src/stubs/com/sun/tools/javac/parser/Lexer.java
index b0824501..0d432c01 100644
--- a/src/stubs/com/sun/tools/javac/parser/Lexer.java
+++ b/src/stubs/com/sun/tools/javac/parser/Lexer.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;
public interface Lexer {