Ejemplo n.º 1
0
 /**
  * Gets the API implementation based on Type
  *
  * @param <T> the API type
  * @param api the API implementation
  * @return the API implementation
  */
 public static <T> T get(Class<T> api) {
   return provider.get(api);
 }