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