Interface CommercialLocators

All Superinterfaces:
GeneratedCommercialLocators, GeneratedLocators, Locators

public interface CommercialLocators extends Locators, GeneratedCommercialLocators
Mixin offering typed locator entry points for commercial Vaadin components (Charts, etc.).

Kept separate from Locators so that core-only consumers do not pull commercial classes onto the compilation classpath — mirroring the existing TesterWrappers / CommercialTesterWrappers split.

Most entries come from GeneratedCommercialLocators, which is emitted by the locator annotation processor. Mix this into your own context subclass or test class when you depend on commercial Vaadin components.