Interface UIComponentProvider

All Superinterfaces:
Provider<RootUIComponent>

@NonNullByDefault public interface UIComponentProvider extends Provider<RootUIComponent>
Provides components (pages, widgets, etc.) at runtime.
Author:
Ɓukasz Dywicki - Initial contribution