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

org.jvnet.hyperjaxb3.item.Item Maven / Gradle / Ivy

The newest version!
package org.jvnet.hyperjaxb3.item;

public interface Item {

	// public T getValue();
	//	
	// public void setValue(T value);

	public T getItem();

	public void setItem(T value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy