DynamicTheme.initialize(IndexHtmlResponse) now calls assertNotLegacyTheme() , so its Javadoc should include the same throws contract as the AppShellSettings overload.
|
* @param response the index HTML response to be modified |
|
* @throws UnsupportedOperationException if the runtime Vaadin version is older than 25 |
|
*/ |
|
public void initialize(IndexHtmlResponse response) { |
|
assertFeatureSupported(); |
|
assertNotLegacyTheme(); |
|
* @throws IllegalStateException if the {@link AppShellConfigurator} is configured with the legacy |
|
* {@link Theme} annotation |