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

com.stanfy.helium.entities.EntityReader Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package com.stanfy.helium.entities;

import com.stanfy.helium.model.Type;

import java.io.IOException;

/**
 * Can read entity from somewhere.
 */
public interface EntityReader {

  TypedEntity read(final Type type) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy