From: Alexis Laferrière Date: Tue, 6 Jan 2015 00:17:02 +0000 (-0500) Subject: contrib/jwrapper: update README and remove TODO list as it is now on github X-Git-Tag: v0.7.1~47^2 X-Git-Url: http://nitlanguage.org contrib/jwrapper: update README and remove TODO list as it is now on github Signed-off-by: Alexis Laferrière --- diff --git a/contrib/jwrapper/README.md b/contrib/jwrapper/README.md index 8cd3bf0..412392e 100644 --- a/contrib/jwrapper/README.md +++ b/contrib/jwrapper/README.md @@ -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)