@Retention(value=RUNTIME) @Target(value=TYPE) public @interface DesignRoot
Used together with Design.read(com.vaadin.ui.Component) to be able
the load the design without further configuration. The design is loaded from
the same package as the annotated class and by default the design filename is
derived from the class name. Using the value() parameter you can
specify another design file name.
public abstract String value
Copyright © 2017 Vaadin Ltd. All rights reserved.