uk.co.real_logic.artio.builder.StringRepresentable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artio-codecs Show documentation
Show all versions of artio-codecs Show documentation
High-Performance FIX Gateway
package uk.co.real_logic.artio.builder;
@FunctionalInterface
public interface StringRepresentable
{
String representation();
}