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

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

mercurial