We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.annotations.
Annotation Type DesignRoot
-
@Retention(RUNTIME) @Target(TYPE) public @interface DesignRoot
Marks the component as the root of a design (html) file.
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 behavior by using thevalue()
parameter in order to load the design from a different package or with a non-default filename.Since:
7.4
Author:
Vaadin Ltd
-
-
Element Detail
-
value
String value
Default:
""
-
-