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.
Defines style sheet dependencies on a Component class. For adding
multiple style sheets for a single component, you can use this annotation
multiple times.
It is guaranteed that dependencies will be loaded only once.
NOTE: while this annotation is not inherited using the
@Inherited annotation, the annotations of the possible
parent components or implemented interfaces are read when sending the
dependencies to the browser.
Style sheet file URL to load before using the annotated Component
in the browser.
Relative URLs are interpreted as relative to the configured
frontend directory location. You can prefix the URL with
context:// to make it relative to the context path or use an
absolute URL to refer to files outside the frontend directory.