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

aQute.lib.dtoformatter.Wrapper Maven / Gradle / Ivy

The newest version!
package aQute.lib.dtoformatter;

public class Wrapper {
	public Wrapper(Object o) {
		this.whatever = o;
	}

	public Object whatever;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy