aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/FieldNameConstantsBasic.java
blob: de5d68c67650ff077de7ef1064e73f4b766b3452 (plain)
1
2
3
4
5
6
7
8
public class FieldNameConstantsBasic {
	protected static final java.lang.String I_AM_A_DVD_PLAYER = "iAmADvdPlayer";
	public static final java.lang.String BUT_PRINT_ME_PLEASE = "butPrintMePlease";
	String iAmADvdPlayer;
	int $skipMe;
	static double skipMeToo;
	String butPrintMePlease;
}