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

com.iprogrammerr.gentle.request.binary.BinaryWithAttributes Maven / Gradle / Ivy

package com.iprogrammerr.gentle.request.binary;

public interface BinaryWithAttributes extends Binary {

	String attribute(String key) throws Exception;

	boolean has(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy