LitTemplate
instead. Read more details from the
Vaadin blog.@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=Uses.Container.class) @Deprecated 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
, JavaScript
dependencies for class B
are loaded when class A
is used.
Copyright © 2021. All rights reserved.