blob: ba5f428a39b9c694d28a962fac7c130a32539925 (
plain)
1
2
3
4
5
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.file;
public class JavacFileManager {}
|