
org.nohope.jaxb2.plugin.metadata.IValueGetter Maven / Gradle / Ivy
The newest version!
package org.nohope.jaxb2.plugin.metadata;
/**
* @author Ketoth Xupack
* @since 2013-10-30 15:00
*/
public interface IValueGetter {
R get() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy