-m.mmm-ui-api-controller.0.9.8.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-ui-api-controller Show documentation
Show all versions of mmm-ui-api-controller Show documentation
API for dialog controllers and routing.
The newest version!
/*
* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
/**
* Provides the API for dialog controllers and routing.
*
* @uses io.github.mmm.ui.api.controller.UiNavigationManager
*/
module io.github.mmm.ui.api.controller {
requires transitive io.github.mmm.ui.api.window;
uses io.github.mmm.ui.api.controller.UiNavigationManager;
exports io.github.mmm.ui.api.controller;
exports io.github.mmm.ui.api.controller.action;
}