blob: d2243dd63b4dbd5611701e38ccb0c4df6d824728 [file] [log] [blame]
/**
* Importing packages in the Lunifera Entity DSL:
*
* The datatype that is declared here can be accessed in packages that import this one.
*
* Entities in other packages can inherit from the BaseEntity declared here.
*/
package org.eclipse.osbp.entitydsl.samples.theimp.dtos {
/* Imports the required artifacts */
import org.eclipse.osbp.entitydsl.samples.theimp.*;
import org.eclipse.osbp.entitydsl.samples.theimp.dtos.*;
import org.eclipse.osbp.entitydsl.samples.theimp.dtos.mapper.*;
datatype String jvmType java.lang.String;
autoDto BaseEntityDto wraps BaseEntity {
inherit var id;
}
}