package cf.component; import java.util.Map; /** * @author Mike Heath */ public interface VarzProducer { Map<String, ?> produceVarz(); }