package uk.org.ury.frontend; /** * An abstract implementation of the FrontendModule interface. * * @author Matt Windsor * */ public abstract class AbstractFrontendModule implements FrontendModule { /** * */ private static final long serialVersionUID = 5309585577127763538L; /* Space for rent */ }