package org.wamblee; import java.util.Date; public interface MyBean { String print(); }