We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f9310 commit c2d3021Copy full SHA for c2d3021
1 file changed
java2python/lib/defaultconfig.py
@@ -94,6 +94,7 @@
94
'Vector':'list',
95
'boolean':'bool',
96
'char':'str',
97
+ '[':'list',
98
}
99
100
## mapping of java type values to python type values. user-defined
0 commit comments