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.
Marks that an annotated component implicitly uses another component. This
will ensure that any dependencies of the used component are also loaded. For
PolymerTemplate implementations, used components will also be
instantiated if an element with the corresponding @Tag value is
defined in the template.
Marking class A with @Uses(B.class) will ensure all
StyleSheet, HtmlImport, JavaScript dependencies for
class B are loaded when class A is used.