Skip to content

Instantly share code, notes, and snippets.

@pvlasov
Last active February 21, 2016 03:05
Show Gist options
  • Save pvlasov/b5ebd965e55c430a9fc2 to your computer and use it in GitHub Desktop.
Save pvlasov/b5ebd965e55c430a9fc2 to your computer and use it in GitHub Desktop.
GenModel configuration for XCore to generate CDO models and retain GenModel annotations (documentation)
@GenModel(
suppressGenModelAnnotations="false",
featureDelegation="Reflective",
modelPluginVariables="org.eclipse.xtext.xbase.lib org.eclipse.emf.ecore.xcore.lib CDO=org.eclipse.emf.cdo",
rootExtendsClass="org.eclipse.emf.internal.cdo.CDOObjectImpl",
rootExtendsInterface="org.eclipse.emf.cdo.CDOObject"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment