Calling Gosu classes from Java
In the 8.0 Java API, you can call Gosu classes from Java. However, the syntax and API is very different. You must use reflection (introspection of the type system at run time) instead of direct access to types and properties at compile time. See Using reflection to access Gosu classes from Java.
