类 CustomModule

java.lang.Object
net.sohelp.boot.demo.core.magic.script.CustomModule

@MagicModule("custom") public class CustomModule extends Object
自定义功能模块类 提供在脚本中使用的自定义方法集合
  • 构造器详细资料

    • CustomModule

      public CustomModule()
  • 方法详细资料

    • println

      @Comment("\u65b9\u6cd5\u540d\u7684\u6ce8\u91ca(\u7528\u4e8e\u63d0\u793a)") public void println(@Comment("\u53c2\u6570\u540d\u7684\u63d0\u793a(\u7528\u4e8e\u63d0\u793a)") String value)
      打印输出方法 将指定的字符串值输出到控制台
      参数:
      value - 需要打印输出的字符串值