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

net.openhft.chronicle.testframework.function.HasName Maven / Gradle / Ivy

There is a newer version: 2.27ea0
Show newest version
package net.openhft.chronicle.testframework.function;

public interface HasName {

    /**
     * Returns the name of this object.
     *
     * @return name
     */
    String name();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy