blob: afbab69a006d61457d60abeea83152a29bc2cad5 [file] [log] [blame]
package brooklyn.entity.proxying;
/**
* Marker interface, indicating that this is a proxy to an entity.
*
* @author aled
*/
public interface EntityProxy {
}