blob: 50f49451f53d960c0df2e7797b1d3ec56dd45193 [file] [log] [blame]
package brooklyn.policy;
/**
* Enrichers specifically do not invoke Effectors and should only function to publish new metrics
*/
public interface Enricher extends EntityAdjunct {
}