Annotation Interface JythonElement


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface JythonElement
Annotates a function added to the scripting system.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • docBundlePrefix

      String docBundlePrefix
      Returns:
      The prefix of the bundle that documentation for this function can be looked up with. If omitted, no prefix will be used when looking up the bundle.
      Default:
      ""