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