flow-and-components-documentation
flow-and-components-documentation copied to clipboard
Documentation of @Uses annotation is missing
The @Uses
annotation is not documented anywhere except its Javadoc. Its usage should be explained somewhere in the docs.
It used to be mentioned in Using sub-template from PolymerTemplate. But, turned out to be not a suitable usage of it and using @Id
annotation is the recommended way for using sub-templates. So, it was removed from it from there.
Maybe this should be also mentioned in migration documentation, take a look: https://github.com/vaadin/flow/issues/6358