package org.flowerplatform.common; import java.io.InputStream; /** * @author Cristina Constatinescu */ public interface IFlowerPropertiesProvider { InputStream getFlowerPropertiesAsInputStream(); }