Skip to content

Instantly share code, notes, and snippets.

View spoenemann's full-sized avatar

Miro Spönemann spoenemann

View GitHub Profile
@spoenemann
spoenemann / DomainmodelProposalProvider.xtend
Last active August 29, 2015 14:17
DomainmodelProposalProvider
/*******************************************************************************
* Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others.
* 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.xtext.example.domainmodel.ui.contentassist
import com.google.inject.Inject
@spoenemann
spoenemann / DomainModelDiagramSynthesis.xtend
Last active August 29, 2015 14:17
DomainModelDiagramSynthesis
/*******************************************************************************
* Copyright (c) 2015 itemis AG (http://www.itemis.eu) and others.
* 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.xtext.example.domainmodel.view
import com.google.common.collect.ImmutableList