/*
* generated by Xtext
*/
package it.xsemantics.example.fj.ui.contentassist;
/**
* A specialization to use the label provider to show the proposals in the
* context assist.
*
* see
* http://www.eclipse.org/Xtext/documentation/latest/xtext.html#contentAssist on
* how to customize content assistant
*/
public class FJProposalProvider extends AbstractFJProposalProvider {
}