You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/graalpy-micronaut-embedding/src/main/java/org/graalvm/python/embedding/micronaut/annotations/GraalPyModuleBean.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,8 @@
49
49
importjava.lang.annotation.Target;
50
50
51
51
/**
52
-
* An annotation to indicate that an interface is to be used as a binding for a python module.
52
+
* An annotation to indicate that an interface uses the
53
+
* <a href="https://www.graalvm.org/truffle/javadoc/org/graalvm/polyglot/Value.html#target-type-mapping-heading">polyglot type mapping</a>.
0 commit comments