Annotation Interface PythonModule


@Documented @Internal @Retention(RUNTIME) @Target(TYPE) public @interface PythonModule
Identifies a Java stub generated for a Python module.
Since:
5.2.0
Author:
Micronaut Team
  • Element Details

    • moduleName

      String moduleName
      Returns:
      The original Python module name; file-backed modules include their .py suffix
    • packageName

      String packageName
      Returns:
      The Python package containing the module