This class is uninstantiable. // This space intentionally left blank.
// This space intentionally left blank.
final Arguments args = new Arguments(); try { args.parse(argArray); } catch (InvalidArgumentException ex) { System.err.println(ex.getMessage()); throw new RuntimeException("usage"); } new AnnotationLister(args).process();