load<T> method

  1. @deprecated
MirrorClass<T, MReflectionEnable> load<T>(
  1. String classKey
)

根据key信息自动加载对应的类信息

Implementation

@deprecated
MirrorClass<T, MReflectionEnable> load<T>(String classKey) {
  return this.load<T>(classKey);
}