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