contrib/jwrapper: update README and remove TODO list as it is now on github
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 6 Jan 2015 00:17:02 +0000 (19:17 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 6 Jan 2015 13:05:10 +0000 (08:05 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

contrib/jwrapper/README.md

index 8cd3bf0..412392e 100644 (file)
@@ -43,13 +43,3 @@ Unknown types are types that doesn't have an equivalent in Nit as of yet.
 Jwrapper won't wrap a class that already is in the `lib/android` directory.
 
 Can't use both -c and -w together, either you comment unknown types or you wrap them.
-
-## Limitations
-jwrapper support for java primitive array is limited to one parameter and the return value.
-
-If the method contains more than one primitive array parameter, the method will be commented with a `NOT SUPPORTED` notice.
-
-## TODO List
-* Generate static methods on top-level
-* Extend primitive array support
-* Enhance static overload support (currently, it suffixes the method name with a number)