Class ActionCommandDoc

java.lang.Object
com.iohao.net.framework.core.doc.ActionCommandDoc

public final class ActionCommandDoc extends Object
Action command document, stores source code information.
Author:
渔民小镇
date:
2022-01-22
  • Field Details

    • subCmd

      public int subCmd
    • actionCommand

      public ActionCommand actionCommand
    • classLineNumber

      public int classLineNumber
    • classComment

      public String classComment
    • lineNumber

      public int lineNumber
      Line where the code is located
    • comment

      public String comment
    • methodReturnComment

      public String methodReturnComment
      Method return value description
    • methodParamComment

      public String methodParamComment
  • Constructor Details

    • ActionCommandDoc

      public ActionCommandDoc()