You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AbstractReindeerTestUI.java 167B

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