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

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

There is a newer version: 0.6.2
Show 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 - 2025 Weber Informatics LLC | Privacy Policy