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

net.yudichev.jiotty.common.varstore.VarStore Maven / Gradle / Ivy

package net.yudichev.jiotty.common.varstore;

import java.util.Optional;

public interface VarStore {
    void saveValue(String key, Object value);

     Optional readValue(Class type, String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy