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

io.runon.trading.data.StringRead Maven / Gradle / Ivy

The newest version!
package io.runon.trading.data;
/**
 * 문자열 전달받기
 * @author macle
 */
public interface StringRead {
    void read(String str);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy