blob: 0d432c01dfd9b7d00bc431af01013df21258ffc9 (
plain)
1
2
3
4
5
6
7
8
|
/*
* 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 {
}
|