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

com.talk2object.plum.interaction.viewbuilder.IntegerViewBuilder Maven / Gradle / Ivy

package com.talk2object.plum.interaction.viewbuilder;

public class IntegerViewBuilder extends ObjectViewBuilder {

	@Override
	public Class getModelClass() {

		return Integer.class;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy