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

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

package org.jvnet.hyperjaxb3.item;

public interface Converter {

	public I direct(O outer);

	public O inverse(I inner);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy