Issue 283: @InjectでFileリソースとLoggerのインジェクトを行う.
Project Member Reported by shinpei.ohtani@gmail.com, Mar 10, 2010


Support these:

//Should be injected slf4j logger
@Inject
static Logger logger;

//Inject as FileInputStream and so on.
@Inject("/hoge/foo/bar.xml")
InputStream is;