Class AIExtensionsLicense
java.lang.Object
com.vaadin.flow.component.ai.extensions.AIExtensionsLicense
Development-mode license check for the Vaadin AI Extensions product, called
from the constructors of the controllers and from the tool factories in this
module.
For internal use only. May be renamed or removed in a future release.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheck()Checks the license, unless the application runs in production mode or no Vaadin service is available.
-
Method Details
-
check
public static void check()Checks the license, unless the application runs in production mode or no Vaadin service is available.
-