src/JavaArray.st
branchjk_new_structure
changeset 1805 4367809f7516
parent 1581 70fbc03d2d82
--- a/src/JavaArray.st	Sun Nov 04 21:44:30 2012 +0000
+++ b/src/JavaArray.st	Mon Nov 05 00:12:55 2012 +0000
@@ -173,6 +173,17 @@
     ^jarray.
 
     "Created: / 18-04-2012 / 08:21:56 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+javaWrapRequired
+    "Returns true, if a #javaWrap: has to be called
+     prior an instance of Smalltalk object is passed 
+     as an argument to Java method, whoose formal tyoe
+     is the receiver. "
+
+    ^ true
+
+    "Created: / 04-11-2012 / 23:33:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaArray class methodsFor:'class creation'!