%javaconst(1) feature for enums so that using enum values do not have to make a JNI call.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4361 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-02-19 22:58:37 +00:00
commit c75bcef396
3 changed files with 41 additions and 1 deletions

View file

@ -11,6 +11,7 @@ C_TEST_CASES = \
CPP_TEST_CASES = \
java_constants \
java_enums \
java_jnitypes \
java_pragmas \
java_throws \