blob: 416d73991d74612a3cdc248cbc4bc5fcb8320080 [file] [log] [blame]
/**
* Copyright (c) 2011, 2014 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.osbp.entitydsl.documentation.common.dtos {
/* Imports the required artifacts */
import org.eclipse.osbp.entitydsl.documentation.common.*;
import org.eclipse.osbp.entitydsl.documentation.common.dtos.*;
import org.eclipse.osbp.entitydsl.documentation.common.dtos.mapper.*;
datatype long jvmType java.lang.Long;
autoDto ABarDto wraps ABar {
inherit var id;
}
}