2010-03-07から1日間の記事一覧

DI コンテナ作ってた

とりあえずある程度の形にはなってたりします。 public interface SampleComponent { public String helloworld(); } import freja.di.config.annotation.*; @Component class SampleComponentImpl implements SampleComponent { public String helloworld()…