@API(status=INTERNAL)
public class FacadeLoader
extends java.lang.Object
| Constructor and Description | 
|---|
| FacadeLoader() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | load(java.lang.Class<T> facadeClass)Load single implementation of an API facade. | 
public static <T> T load(java.lang.Class<T> facadeClass)
T - the facade typefacadeClass - The facade type to load