blob: 304b59ba0b7bcfb8517565ea7ec51e4b05194ce4 [file] [log] [blame]
package brooklyn.event;
/**
* The interface implemented by attribute sensors.
*/
public interface AttributeSensor<T> extends Sensor<T> {
// Marker Interface
}