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

com.github.andyshao.lang.Convertible Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.lang;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Dec 20, 2016
* Encoding:UNIX UTF-8 * @author Andy.Shao * * @param output */ public interface Convertible { /** * convert action * @return output */ OUT convert(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy