package com.googlecode.mycontainer.test; public interface PropertyService { public void setProperty(String key, String value); public String getProperty(String key); }