87 * @return the properties key |
87 * @return the properties key |
88 */ |
88 */ |
89 String titleKey() default "menuLabel"; |
89 String titleKey() default "menuLabel"; |
90 |
90 |
91 /** |
91 /** |
|
92 * If set to <code>true</code>, this module is always loaded, but never |
|
93 * visible in the menu or the Web UI module manager. |
|
94 * |
|
95 * @return true, if this is a system module |
|
96 */ |
|
97 boolean systemModule() default false; |
|
98 |
|
99 /** |
92 * Class representing the annotation. |
100 * Class representing the annotation. |
93 * This is necessary, because the EL resolver cannot deal with |
101 * This is necessary, because the EL resolver cannot deal with |
94 * annotation objects. |
102 * annotation objects. |
95 * |
103 * |
96 * Note, that only the properties which are interesting for the JSP pages |
104 * Note, that only the properties which are interesting for the JSP pages |