See also
public var id:String
The module's id. Applies to server modules only.
public var source:String
The Java class name or script name of the module.
public var type:String
The module's type. Must be either ModuleType.CLASS or ModuleType.SCRIPT.
public function ModuleDefinition(id:String, type:String, source:String)
Constructor.
id:String
type:String
source:String