Gosu enhancements on Java classes or Gosu classes
You can call Gosu enhancements defined on Java classes or on Gosu classes. 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 Gosu enhancement properties and methods from Java.
