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
PyArgParser
to convert Jython's keyword argument signature (PyObject[], String[]
into useful Java types, you can usePyArgParser.parseArgs
to retrieve this annotation reflectively.
-
Required Element Summary
Required Elements