public interface IParameterizedParser
| Modifier and Type | Method and Description |
|---|---|
List<Parameterized> |
parseArg(Object annotatedObj)
Parses the given object for any command line related annotations and returns the list of
JCommander Parameterized definitions.
|
List<Parameterized> parseArg(Object annotatedObj)
annotatedObj - the object that contains the annotations.Copyright © 2025. All rights reserved.