parameterNames.add(paramName);
parameterTypes.add(paramType);
}
}
this.runOnServer = commandAnnotation.runOnServer();
this.shortDescription = commandAnnotation.shortDescription();
this.helpText = commandAnnotation.helpText();
}
private String getParamName(int i) {
// JAVA8: if relevant classes are compiled with the "-parameters" flag,