blob: 91c0148be4eed80256a3881ea2a8370b409584a4 [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 {
datatype String jvmType java.lang.String;
entity BaseEntity {
uuid String id;
}
}