aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/annotations/HtmlImport.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
|
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
| | | | * Update copyright year range.
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-3/+3
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Fix wrong frontend URL in docs. (#10472)Flamenco2017-12-301-2/+2
| | | | | | * Fix wrong frontend URL in docs. * Update HtmlImport.java
* Add support for frontend:// using separate es5 and es6 foldersArtur2017-04-241-6/+8
|
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-161-1/+1
| | | Fix since tags for the server and shared modules and new types in client.
* Update @HtmlImport javadoc to match implementation (#8331)Artur2017-01-251-7/+8
|
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-251-0/+73
Note that not all browsers yet support HTML imports. If a polyfill is needed to load HTML imports, it must be loaded before HTML Imports can be loaded. There is no automatic loading of any polyfills.