org.nasdanika.resources.BinaryEntity Maven / Gradle / Ivy
The newest version!
package org.nasdanika.resources;
import java.io.InputStream;
/**
* Binding of entity state to {@link InputStream}.
* @author Pavel
*
* @param
*/
public interface BinaryEntity extends Entity, BinaryResource {
/**
* Narrowing return type.
*/
@Override
BinaryEntityContainer getParent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy