Classes used by the generic version of the system. These classes may be overwritten for an specific workspace. To overwrite a class, create a component with the same name as the class but with the first char in lower case.
Example:

If you wish to overwrite class GlobalClass to a workspace with extension ab, create your own class like that:
@Name("globalClass_ab")
public class MySpecificClass {