Interface OrderedModule


public interface OrderedModule
Allows prioritisation of Guice modules.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the priority of the module.
  • Method Details

    • priority

      int priority()
      Returns the priority of the module.
      Returns:
      the priority as integer