类 ActionCommandDocKit

java.lang.Object
com.iohao.game.action.skeleton.core.doc.ActionCommandDocKit

public class ActionCommandDocKit extends Object
作者:
渔民小镇
日期:
2022-01-28
  • 构造器详细资料

    • ActionCommandDocKit

      public ActionCommandDocKit()
  • 方法详细资料

    • getJavaClassDocInfoMap

      public Map<String,JavaClassDocInfo> getJavaClassDocInfoMap(List<Class<?>> controllerList)
      java class doc map
           key : java class name (YourJavaFile.class)
           value : JavaClassDocInfo
       
      参数:
      controllerList - classList
      返回:
      map