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

changeset 70
821c4950b619
parent 51
dd0a45ae25d7
child 77
192298f8161f
--- a/src/main/java/de/uapcore/lightpit/LightPITModule.java	Tue May 19 18:49:48 2020 +0200
+++ b/src/main/java/de/uapcore/lightpit/LightPITModule.java	Tue May 19 19:34:57 2020 +0200
@@ -50,14 +50,6 @@
     String bundleBaseName();
 
     /**
-     * An array of required modules, identified by the string representation of
-     * their class names.
-     *
-     * @return an array of class names of required modules
-     */
-    String[] requires() default {};
-
-    /**
      * The path for this module, which will also be used for the menu entry.
      * <p>
      * This path must adhere to the URL pattern of the Servlet but must not

mercurial