All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lombok.permit.dummy.GrandChild Maven / Gradle / Ivy

There is a newer version: 2024.03.6
Show newest version
package lombok.permit.dummy;

@SuppressWarnings("all")
public final class GrandChild extends Child {
	private Class a;
	private int b;
	private String c;
	private Class d;
	private Class[] e;
	private Class[] f;
	private int g;
	private transient String h;
	private transient Object i;
	private byte[] j;
	private byte[] k;
	private byte[] l;
	private volatile Object m;
	private Object n;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy