@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. By default, the design
is loaded from the same package as the annotated class and the design
filename is derived from the class name. You can override the default
behaviour by using the value() parameter in order to load the
design from a different package or with a non-default filename.
public abstract String value
Copyright © 2017 Vaadin Ltd. All rights reserved.