/** * generated by Xtext */ package org.occiware.clouddesigner.occi.xtext.ui.contentassist; import org.occiware.clouddesigner.occi.xtext.ui.contentassist.AbstractOCCIProposalProvider; /** * See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist * on how to customize the content assistant. */ @SuppressWarnings("all") public class OCCIProposalProvider extends AbstractOCCIProposalProvider { }