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

com.thegoate.logging.volume.Diary Maven / Gradle / Ivy

package com.thegoate.logging.volume;

public interface Diary {
    String mostRecentEntry();
    void writeEntry(String entry);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy