Provides classes for building Java instances automatically from XML files. This is a home-grown XML-Java binding used to build a {@link VASSAL.build.GameModule} from the module file. Every XML element in the buildFile corresponds to the name of a class in this package. Each class that may contain {@link VASSAL.build.Buildable} sub-components has a corresponding package containing classes that may be added to it. @see VASSAL.build.Buildable