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

com.talk2object.plum.model.entity.Field Maven / Gradle / Ivy

package com.talk2object.plum.model.entity;

public interface Field {

	String getName();

	Class getType();

	java.lang.reflect.Field getReflectionField();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy