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

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

The newest version!
package aQute.lib.dtoformatter;

import java.util.function.Function;

public class ItemDescription {
	ItemDescription(String name) {
		this.label = name;
	}

	Function	member;
	String						label;
	int							maxWidth	= Integer.MAX_VALUE;
	int							minWidth	= 0;
	boolean						self;
	Function	format;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy