XReflection reflection() {
   return Registry.get(XReflection.class);
 }
Ejemplo n.º 2
0
 private static ILog getLog() {
   return Registry.get(ILogManager.class).getLog(XJSON.class);
 }
Ejemplo n.º 3
0
 private static ILog getLog() {
   return Registry.get(ILogManager.class).getLog(C1UIRenderer.class);
 }