blob: 315e7ab1d09882fff5a230b5c37064fcde3285cd (
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.util;
import javax.tools.JavaFileObject;
public abstract class BaseFileObject implements JavaFileObject {}
|