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