Annotation Interface KeywordArgs
A useful meta-annotation that serves dual purposes:
-
If you are using a
PropertiesFileDocProvider, your argument names and classes can be retrieved from this annotation. -
If you are using a
PyArgParserto convert Jython's keyword argument signature (PyObject[], String[]into useful Java types, you can usePyArgParser.parseArgsto retrieve this annotation reflectively.
-
Required Element Summary
Required Elements