Annotation Type Install

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean override
      If true the module will be installed as an overriding module, meaning that every binding defined in it will potentially override (replace) any similar binding already defined.
    • Element Detail

      • override

        boolean override
        If true the module will be installed as an overriding module, meaning that every binding defined in it will potentially override (replace) any similar binding already defined. If false, the module will be installed as a normal one.
        Returns:
        if true the module is an overriding module, if false a normal module.
        Default:
        false