1 2 3 4 5 6 7
package com.vaadin.tests.components; import com.vaadin.annotations.Theme; @Theme("reindeer") public abstract class AbstractReindeerTestUI extends AbstractTestUI { }