/** * */ package com.photoshare.common; /** * @author czj_yy * */ public interface Builder<Type> { public Type build(); }