package com.mozilla.grouperfish.base; import java.util.Properties; public interface Configuration { Properties properties(); }