aboutsummaryrefslogtreecommitdiff
path: root/src/stubs/com/sun/tools/javac/main/Option.java
blob: ae9557729e1f5447b88f2497270f3d28513f3751 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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.main;


public enum Option {
	;
	public String text;
	public String primaryName;
}