1 2 3 4 5 6 7 8 9 10 11 12 13 14
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 { }