public class ModuleA extends Module
| Modifier and Type | Method and Description |
|---|---|
void |
CommandInModuleA(int a) |
engineering3Command, showModuleNamepublic ModuleA()
public ModuleA(String name)
@Command(description="A command in module A") public void CommandInModuleA(@Argument(name="moduleA_arg") int a)
Copyright © 2022 LSST. All rights reserved.