Annotation Interface PythonApplication
Annotation to enable Python AST processing within a Java annotation processor.
This annotation allows inlining Python code or scanning directories for Python files
that will be processed during compilation.
- Since:
- 5.2.0
- Author:
- Micronaut
-
Optional Element Summary
Optional Elements
-
Element Details
-
code
-
src
String[] srcSource paths containing Python files to process.- Returns:
- Source paths containing Python files.
- Default:
{""}
-