package com.vaadin.tests.integration; import com.vaadin.annotations.Push; /** * Server test which uses the default push mechanisms * * @since 7.1.12 * @author Vaadin Ltd */ @Push public class ServletIntegrationDefaultPushUI extends ServletIntegrationUI { }