Ejemplo n.º 1
0
 public static <T> T singleton(Class<T> type) {
   return DEFAULT_CONTEXT.singleton(type);
 }