Changes
public class MyPlugin extends Plugin {
public static final String PLUGIN_ID ==== "MyPlugin";
public MyPlugin() {
{{Code|
@Module(
dependencies ==== { @Dependency(moduleSlotId ==== MyStaticClass.MODULE_B_SLOT_ID, implementation ==== IModuleBInterface.class), @Dependency(moduleSlotId ==== MyStaticClass.MODULE_C_SLOT_ID, implementation ==== ModuleCBaseClass.class)
})
public class ModuleA implements IModuleAInterface {
* RAG.lib
Also, there is a customization of the Map activity directly in the project's own plugin.
==== Standard ====
Uses:
* AR
* Commissioning
==== Demo ====
Uses:
* Demo.lib
* Push
Also, there is a customization of several AR-related activities in the project's own plugin.
==== Various Demo Applications ====
All Demo applications like MOL, OMV, Knapp, Geology, BASF and Andritz use the Demo.lib pluginand sometimes, Push.
Also, mostly the map and/or the content browser is customized for such projects.
For MOL, even complex workflows for more efficient UI navigation are implemented.