예제 #1
0
파일: IoC.java 프로젝트: rapidoid/rapidoid
 public static <T> T singleton(Class<T> type) {
   return DEFAULT_CONTEXT.singleton(type);
 }