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

brooklyn.entity.drivers.DriverDependentEntity Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
package brooklyn.entity.drivers;

import brooklyn.entity.Entity;

/**
 * An Entity that needs to have a driver.
 *
 * @param 
 */
public interface DriverDependentEntity extends Entity {

    Class getDriverInterface();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy