io.github.mmm.ui.tvm.all.All Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mmm-ui-tvm-all Show documentation
Show all versions of mmm-ui-tvm-all Show documentation
Combines all ui implementations for TeaVM.
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 */
package io.github.mmm.ui.tvm.all;
/**
* JavaDoc fails to generate when there is no public class or interface. Maven deployment to central fails when there is
* no JavaDoc provided with the release. To allow maven and JavaDoc to build some pointless JavaDoc for this aggregation
* module, this class was added.
*
* @since 1.0.0
*/
public class All {
}