技術的なTIPSなどを中心に学んだことをメモるよ!
import java.sql.Conection; public class ConnectionProxy implements Connection { protected Connection delegate; public ConnectionProxy(Connection delegate) { this.delegate = delegate; } }
0 件のコメント:
コメントを投稿