%javaconst(1) for enums

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4359 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-19 22:55:44 +00:00
commit 77d6e3dd32

View file

@ -275,7 +275,8 @@ Java
----
** Vararg typemaps
** $javaconst(1) option for enums - so that no JNI call is necessary to
[DONE] $javaconst(1) option for enums - so that no JNI call is necessary to
get the value of the enum.
PHP