com.github.andyshao.lang.Convertible Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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