me.stormma.ansi.AnsiElement Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of storm-server Show documentation
Show all versions of storm-server Show documentation
A simple java web framework.
The newest version!
package me.stormma.ansi;
public interface AnsiElement {
/**
* @return the ANSI escape code
*/
@Override
String toString();
}