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

fi.evolver.ai.vaadin.entity.HasValueGetterSetter Maven / Gradle / Ivy

The newest version!
package fi.evolver.ai.vaadin.entity;

public interface HasValueGetterSetter {
	public T getValue();
	public void setValue(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy