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

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

mercurial