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

com.eshore.uas.extensions.IPropertiesEncoder Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.eshore.uas.extensions;

public interface IPropertiesEncoder {
	public String encode(String key,String value);
	public boolean accept(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy