package org.vaadin.osgi.bridge.uifragments; import com.vaadin.ui.Component; public interface FragmentFactory { Component getFragment(); }