vdl/java: fix array length visibility of non-public classes

Change length of a fixed-length array from public static field
to class annotation, as through Java reflection you can see
all type information, but can't get the actual value.

Change-Id: Ie662a450165a2f92f60e7f8c7b23a4fe89312966
1 file changed