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

com.talk2object.plum.interaction.rich.field.EntityField Maven / Gradle / Ivy

package com.talk2object.plum.interaction.rich.field;

public class EntityField extends InteractiveField {
	 
	public EntityField(String name, Class clazz) {
		super(name, FieldType.ENTITY, clazz);
	}

 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy