src/java/de/uapcore/lightpit/LightPITModule.java

changeset 20
bd1a76c91d5b
parent 18
a94b172c3a93
child 21
b213fef2539e
--- a/src/java/de/uapcore/lightpit/LightPITModule.java	Sat Mar 31 18:11:09 2018 +0200
+++ b/src/java/de/uapcore/lightpit/LightPITModule.java	Sat Mar 31 19:35:04 2018 +0200
@@ -89,6 +89,14 @@
     String titleKey() default "menuLabel";
     
     /**
+     * If set to <code>true</code>, this module is always loaded, but never
+     * visible in the menu or the Web UI module manager.
+     * 
+     * @return true, if this is a system module
+     */
+    boolean systemModule() default false;
+    
+    /**
      * Class representing the annotation.
      * This is necessary, because the EL resolver cannot deal with
      * annotation objects.

mercurial