package org.jrebirth.af.showcase.fxml.ui.included; import org.jrebirth.af.core.ui.fxml.DefaultFXMLModel; /** * The class <strong>IncludedModel</strong>. * * @author Sébastien Bordes */ public class IncludedModel extends DefaultFXMLModel<IncludedModel> { /** * {@inheritDoc} */ @Override protected void initModel() { // Nothing to do yet } }