@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=Uses.Container.class) public @interface Uses
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.
Copyright © 2025. All rights reserved.