Annotation Interface KeywordArgs


@Retention(RUNTIME) @Target(METHOD) public @interface KeywordArgs
Use this annotation for @PythonBuiltinLib functions that use python's variable and keyword style function invocation. The signature of the function needs to be PyObject[], String[]
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
    Class<?>[]
     
  • Element Details