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