コード例 #1
0
ファイル: IoC.java プロジェクト: rapidoid/rapidoid
 public static <T> T singleton(Class<T> type) {
   return DEFAULT_CONTEXT.singleton(type);
 }